CRM_Mailing_MailStore_Pop3
class CRM_Mailing_MailStore_Pop3 extends CRM_Mailing_MailStore
Class CRM_Mailing_MailStore_Pop3
Properties
bool | $_debug | flag to decide whether to print debug messages | from CRM_Mailing_MailStore |
Methods
Return the proper mail store implementation, based on config settings.
Expunge the messages marked for deletion; stub function to be redefined by IMAP store.
Return the next X messages from the mail store.
Point to (and create if needed) a local Maildir for storing retrieved mail
Connect to the supplied POP3 server and make sure the two mail dirs exist
Fetch the specified message to the local ignore folder.
Fetch the specified message to the local processed folder.
Details
in CRM_Mailing_MailStore at line 50
static object
getStore(string $name = NULL)
Return the proper mail store implementation, based on config settings.
in CRM_Mailing_MailStore at line 93
array
allMails()
Return all emails in the mail store.
in CRM_Mailing_MailStore at line 100
expunge()
Expunge the messages marked for deletion; stub function to be redefined by IMAP store.
in CRM_Mailing_MailStore at line 112
array
fetchNext(int $count = 1)
Return the next X messages from the mail store.
in CRM_Mailing_MailStore at line 155
string
maildir(string $name)
Point to (and create if needed) a local Maildir for storing retrieved mail
at line 53
CRM_Mailing_MailStore_Pop3
__construct(string $host, string $username, string $password, bool $ssl = TRUE)
Connect to the supplied POP3 server and make sure the two mail dirs exist
at line 82
markIgnored(int $nr)
Fetch the specified message to the local ignore folder.
at line 98
markProcessed(int $nr)
Fetch the specified message to the local processed folder.