interface MailinglistRetrieveInterface More...
Public Member Functions | |
MailinglistRetrieveInterface | |
test () | |
Test connection. More... | |
get_message_list ($max=0) | |
Returns a list of messages that are available. More... | |
get_message ($id) | |
Get an email message by its id code (what is returned by get_message_list() More... | |
purge_message ($id) | |
mark message for deletion More... | |
close () | |
delete marked messages and close connection More... | |
interface MailinglistRetrieveInterface
Definition at line 10 of file MailinglistRetrieveInterface.php.
close | ( | ) |
delete marked messages and close connection
Implemented in MailinglistPop3Retrieve, MailinglistMailboxRetrieve, and MailinglistRetrieve.
get_message | ( | $id | ) |
Get an email message by its id code (what is returned by get_message_list()
Implemented in MailinglistPop3Retrieve, MailinglistMailboxRetrieve, and MailinglistRetrieve.
get_message_list | ( | $max = 0 | ) |
Returns a list of messages that are available.
Implemented in MailinglistMailboxRetrieve, MailinglistPop3Retrieve, MailinglistPhpImapRetrieve, and MailinglistRetrieve.
purge_message | ( | $id | ) |
mark message for deletion
Implemented in MailinglistPhpImapRetrieve, MailinglistPop3Retrieve, MailinglistMailboxRetrieve, and MailinglistRetrieve.
test | ( | ) |
Test connection.
Implemented in MailinglistPhpImapRetrieve, and MailinglistRetrieve.