ManagerV3ListeFonctions
SESSIONS
-
Login({nic=> xxx, password => xxx});
-
Logout(ID_Session);
-
ClearNicSessions({nic => xxx, password => xxx});
POP/MAILS
Fonctions générales
-
LazyEmailDomainsSummary (ID_Session);
-
EmailDomainSummary(ID_Session ,{domain => xxx});
-
EmailDomainsSummary(ID_Session ,{domains => xxx[]});
POP
-
PopCreateAccount(ID_Session ,{pop=> xxx, domain => xxx, password => xxx, desc => xxx});
-
PopDeleteAccount(ID_Session, {pop=> xxx, domain => xxx});
-
PopChangeAccountPassword(id_Session,{pop=> xxx, domain => xxx, password => xxx});
-
PopListAccounts(ID_Session, {domain => xxx});
-
PopModifyAccountDescriptionPopModifyAccountDescription(ID_Session,{domain=> xxx, pop => xxx, desc => xxx});
-
PopGetInfo(ID_Session, {pop=> xxx, domain => xxx});
-
PopGetAliases(ID_Session, {pop => xxx, domain => xxx});
-
PopAccessByNic(ID_Session, {nic => xxx});
-
EmailAccessByNic(ID_Session, {nic => xxx});
PopSummaryPopSummary(ID_Session, {pop => xxx, domain => xxx});
LazyPopsSummaryLazyPopsSummary(ID_Session, {domain => xxx});
ALIAS
-
PopGetAliases(ID_Session, {pop=> xxx, domain => xxx}});
-
AliasMailCreate(ID_Session, {alias => xxx, domain => xxx, pop => xxx, nic => xxx});
-
AliasMailDelete(ID_Session, {alias => xxx, domain => xxx, pop => xxx});
AliasMailWipeAliasMailWipe(ID_Session, {alias => xxx, domain => xxx});
-
AliasList(ID_Session, {domain => xxx});
FORWARD
-
ForwardMailCreate(ID_Session, {domain => xxx, local => xxx, target => xxx, nic => xxx});
-
ForwardMailDelete(ID_Session, {domain => xxx, local => xxx, target => xxx);
-
ForwardMailList(ID_Session, {domain => xxx});
REPONDEUR
-
ResponderList(ID_Session, {domain => xxx});
-
ResponderListByPop(ID_Session, {domain => xxx, responder => xxx});
-
ResponderDelete(ID_Session, {domain => xxx, responder => xxx});
-
ResponderCreate(ID_Session, {domain => xxx, responder => xxx, body => xxx, delivered_to => xxx, nic => xxx});
MAILING LIST
-
MailingListList(id_session {domain => xxx });
-
MailingListCreate(ID_Session, {domain => xxx, ml => xxx, moderator => xxx, message_moderation => 1|0, users_post_only => 1|0, subscription_moderation => 1|0 });
-
MailingListDelete(ID_Session, {domain => xxx, ml => xxx});
-
MailingListSubscribers(ID_Session, {domain => xxx, ml => xxx});
-
MailingListSubscribersByEmail(ID_Session, {domain => xxx, ml => xxx, email => xxx});
-
MailingListSub(ID_Session,{domain => xxx, ml => xxx, email => xxx});
-
MailingListUnsub(ID_Session,{domain => xxx, ml => xxx, email => xxx});
-
MailingListAddModerator(ID_Session,{domain => xxx, ml => xxx, email => xxx});
-
MailingListDelModerator(ID_Session,{domain => xxx, ml => xxx, email => xxx});
FILTRES
-
FilterPopList(ID_Session, {pop => xxx, domain => xxx});
-
FilterCreate(ID_Session,{domain => xxx, pop => xxx, filter => xxx, priority => xxx, active=> 1|0, rules => TABLEAU});
-
FilterActivate(ID_Session,{domain => xxx, pop => xxx, filter=> xxx});
-
FilterDesactivate(ID_Session,{domain => xxx, pop => xxx, filter => xxx});
-
FilterDelete(ID_Session,{domain => xxx, pop => xxx, filter => xxx});
-
FilterSetPriority(ID_Session,{domain => xxx, pop => xxx, filter => xxx, priority => xxx});
-
FilterRaisePriority(ID_Session,{domain => xxx, pop => xxx, filter => xxx});
-
FilterLowerPriority(ID_Session,{domain => xxx, pop => xxx, filter => xxx});