Class defining the contents of an e-mail message. More...
Public Member Functions | |
__construct ($msg="") | |
__construct() More... | |
raw () | |
Get contents of raw message. More... | |
Data Fields | |
$raw_message | |
Class defining the contents of an e-mail message.
The differnce between a MailinglistMessage and a MailinglistMessagePart is that a MailinglistMessage represents a "full" RFC822 message, with all the email headers, while a MailinglistMessagePart (when not also a MailinglistMessage) represents just a MIME block with restricted header infomation.
Definition at line 678 of file MailinglistMessage.class.php.
__construct | ( | $msg = "" | ) |
Build a MailinglistMessage
$msg | A string containing the contents of the message (includng headers). |
Implements MailinglistMessageInterface.
Definition at line 688 of file MailinglistMessage.class.php.
References MailinglistMessagePart\setHeader().
raw | ( | ) |
Get contents of raw message.
Definition at line 712 of file MailinglistMessage.class.php.
References $raw_message.
$raw_message |
Definition at line 679 of file MailinglistMessage.class.php.
Referenced by raw().