HeaderConsts
    
            
            in package
            
        
    
    
    
        
            List of header name constants.
Tags
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'
        
        
    
BCC
    public
        mixed
    BCC
    = 'Bcc'
        
        
    
CC
    public
        mixed
    CC
    = 'Cc'
        
        
    
COMMENTS
    public
        mixed
    COMMENTS
    = 'Comments'
        
        
    
CONTENT_ALTERNATIVE
    public
        mixed
    CONTENT_ALTERNATIVE
    = 'Content-Alternative'
        
        
    
CONTENT_BASE
    public
        mixed
    CONTENT_BASE
    = 'Content-Base'
        
        
    
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_ID
    public
        mixed
    CONTENT_ID
    = 'Content-ID'
        
        
    
CONTENT_LANGUAGE
    public
        mixed
    CONTENT_LANGUAGE
    = 'Content-Language'
        
        
    
CONTENT_LOCATION
    public
        mixed
    CONTENT_LOCATION
    = 'Content-Location'
        
        
    
CONTENT_MD5
    public
        mixed
    CONTENT_MD5
    = 'Content-MD5'
        
        
    
CONTENT_TRANSFER_ENCODING
    public
        mixed
    CONTENT_TRANSFER_ENCODING
    = 'Content-Transfer-Encoding'
        
        
    
CONTENT_TYPE
    public
        mixed
    CONTENT_TYPE
    = 'Content-Type'
        
        
    
DATE
    public
        mixed
    DATE
    = self::ORIG_DATE
        
        
    
FROM
    public
        mixed
    FROM
    = 'From'
        
        
    
IN_REPLY_TO
    public
        mixed
    IN_REPLY_TO
    = 'In-Reply-To'
        
        
    
KEYWORDS
    public
        mixed
    KEYWORDS
    = 'Keywords'
        
        
    
MESSAGE_ID
    public
        mixed
    MESSAGE_ID
    = 'Message-ID'
        
        
    
MIME_VERSION
    public
        mixed
    MIME_VERSION
    = 'MIME-Version'
        
        
    
ORIG_DATE
    public
        mixed
    ORIG_DATE
    = 'Date'
        
        
    
RECEIVED
    public
        mixed
    RECEIVED
    = 'Received'
        
        
    
REFERENCES
    public
        mixed
    REFERENCES
    = 'References'
        
        
    
REPLY_TO
    public
        mixed
    REPLY_TO
    = 'Reply-To'
        
        
    
RESENT_BCC
    public
        mixed
    RESENT_BCC
    = 'Resent-Bcc'
        
        
    
RESENT_CC
    public
        mixed
    RESENT_CC
    = 'Resent-Cc'
        
        
    
RESENT_DATE
    public
        mixed
    RESENT_DATE
    = 'Resent-Date'
        
        
    
RESENT_FROM
    public
        mixed
    RESENT_FROM
    = 'Resent-From'
        
        
    
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'
        
        
    
RESENT_TO
    public
        mixed
    RESENT_TO
    = 'Resent-To'
        
        
    
RETURN_PATH
    public
        mixed
    RETURN_PATH
    = 'Return-Path'
        
        
    
SENDER
    public
        mixed
    SENDER
    = 'Sender'
        
        
    
SUBJECT
    public
        mixed
    SUBJECT
    = 'Subject'
        
        
    
TO
    public
        mixed
    TO
    = 'To'