Definition of MailinglistMessage (and related) classes. More...
Go to the source code of this file.
Data Structures | |
class | MailinglistHeader |
class MailinglistHeader More... | |
class | MailinglistMessagePart |
MailinglistMessagePart A class to represent a piece of a email message. More... | |
class | MailinglistMessage |
Class defining the contents of an e-mail message. More... | |
Functions | |
mailinglist_message_rfc2047 ($string) | |
mailinglist_message_rfc2047() More... | |
Definition of MailinglistMessage (and related) classes.
References: RFC5322 (which superceeds RFC822 and RFC2822) EMail Format RFC2045, RFC2046, RFC2047, RFC2048, RFC2049 MIME Format RFC6657 Update charset
Definition in file MailinglistMessage.class.php.
mailinglist_message_rfc2047 | ( | $string | ) |
do rfc2047 conversion on a string.
string | the string to parse. |
Tries to be more general than just taking a single atom so can be used on things like the subject header.
Definition at line 26 of file MailinglistMessage.class.php.
Referenced by MailinglistHeader\get_atom(), and MailinglistMessagePart\header().