Mailinglist
 All Data Structures Files Functions Variables Pages
MailinglistRetrieveInterface Interface Reference

interface MailinglistRetrieveInterface More...

Inheritance diagram for MailinglistRetrieveInterface:
Inheritance graph
[legend]

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...
 

Detailed Description

interface MailinglistRetrieveInterface

Definition at line 10 of file MailinglistRetrieveInterface.php.

Member Function Documentation

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)
test ( )

Test connection.

Implemented in MailinglistPhpImapRetrieve, and MailinglistRetrieve.


The documentation for this interface was generated from the following file: