MailMimeParser 1.3

HeaderConsts

Table of Contents

AUTO_SUBMITTED  = 'Auto-Submitted'
BCC  = 'Bcc'
CC  = 'Cc'
COMMENTS  = 'Comments'
CONTENT_TYPE  = 'Content-Type'
DATE  = self::ORIG_DATE
FROM  = 'From'
IN_REPLY_TO  = 'In-Reply-To'
KEYWORDS  = 'Keywords'
MESSAGE_ID  = 'Message-ID'
MIME_VERSION  = 'MIME-Version'
ORIG_DATE  = 'Date'
RECEIVED  = 'Received'
REFERENCES  = 'References'
REPLY_TO  = 'Reply-To'
RESENT_BCC  = 'Resent-Bcc'
RESENT_CC  = 'Resent-Cc'
RESENT_DATE  = 'Resent-Date'
RESENT_FROM  = 'Resent-From'
RESENT_MESSAGE_ID  = self::RESENT_MSD_ID
RESENT_MSD_ID  = 'Resent-Message-ID'
RESENT_SENDER  = 'Resent-Sender'
RESENT_TO  = 'Resent-To'
RETURN_PATH  = 'Return-Path'
SENDER  = 'Sender'
SUBJECT  = 'Subject'
TO  = 'To'

Constants

AUTO_SUBMITTED

public mixed AUTO_SUBMITTED = 'Auto-Submitted'

RESENT_MESSAGE_ID

public mixed RESENT_MESSAGE_ID = self::RESENT_MSD_ID

RESENT_MSD_ID

public mixed RESENT_MSD_ID = 'Resent-Message-ID'

RESENT_SENDER

public mixed RESENT_SENDER = 'Resent-Sender'

Search results