MailMimeParser 2.3

HeaderConsts
in package

List of header name constants.

Tags
author

Thomas Landauer

Table of Contents

AUTO_SUBMITTED  = 'Auto-Submitted'
BCC  = 'Bcc'
CC  = 'Cc'
COMMENTS  = 'Comments'
CONTENT_ALTERNATIVE  = 'Content-Alternative'
CONTENT_BASE  = 'Content-Base'
CONTENT_DESCRIPTION  = 'Content-Description'
CONTENT_DISPOSITION  = 'Content-Disposition'
CONTENT_DURATION  = 'Content-Duration'
CONTENT_FEATURES  = 'Content-features'
CONTENT_ID  = 'Content-ID'
CONTENT_LANGUAGE  = 'Content-Language'
CONTENT_LOCATION  = 'Content-Location'
CONTENT_MD5  = 'Content-MD5'
CONTENT_TRANSFER_ENCODING  = 'Content-Transfer-Encoding'
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'

CONTENT_ALTERNATIVE

public mixed CONTENT_ALTERNATIVE = 'Content-Alternative'

CONTENT_DESCRIPTION

public mixed CONTENT_DESCRIPTION = 'Content-Description'

CONTENT_DISPOSITION

public mixed CONTENT_DISPOSITION = 'Content-Disposition'

CONTENT_DURATION

public mixed CONTENT_DURATION = 'Content-Duration'

CONTENT_FEATURES

public mixed CONTENT_FEATURES = 'Content-features'

CONTENT_LANGUAGE

public mixed CONTENT_LANGUAGE = 'Content-Language'

CONTENT_LOCATION

public mixed CONTENT_LOCATION = 'Content-Location'

CONTENT_TRANSFER_ENCODING

public mixed CONTENT_TRANSFER_ENCODING = 'Content-Transfer-Encoding'

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