Oihana PHP Enums

ResentHeaderTrait

Resent header field names (RFC 5322 §3.6.6).

Resent fields are used when a message is reintroduced into the transport system by a user. Each resending adds a new block, so these fields may appear multiple times.

Mixed into MailHeader.

Tags
author

Marc Alcaraz

since
1.2.0

Table of Contents

Constants

RESENT_BCC  : string = 'Resent-Bcc'
`Resent-Bcc` — Blind carbon-copy recipient(s) of the resending.
RESENT_CC  : string = 'Resent-Cc'
`Resent-Cc` — Carbon-copy recipient(s) of the resending.
RESENT_DATE  : string = 'Resent-Date'
`Resent-Date` — Date the message was resent.
RESENT_FROM  : string = 'Resent-From'
`Resent-From` — Author(s) of the resending.
RESENT_MESSAGE_ID  : string = 'Resent-Message-ID'
`Resent-Message-ID` — Unique identifier of the resending.
RESENT_SENDER  : string = 'Resent-Sender'
`Resent-Sender` — Agent responsible for the resending.
RESENT_TO  : string = 'Resent-To'
`Resent-To` — Primary recipient(s) of the resending.

Constants

RESENT_BCC

`Resent-Bcc` — Blind carbon-copy recipient(s) of the resending.

public string RESENT_BCC = 'Resent-Bcc'

RESENT_CC

`Resent-Cc` — Carbon-copy recipient(s) of the resending.

public string RESENT_CC = 'Resent-Cc'

RESENT_DATE

`Resent-Date` — Date the message was resent.

public string RESENT_DATE = 'Resent-Date'

RESENT_FROM

`Resent-From` — Author(s) of the resending.

public string RESENT_FROM = 'Resent-From'

RESENT_MESSAGE_ID

`Resent-Message-ID` — Unique identifier of the resending.

public string RESENT_MESSAGE_ID = 'Resent-Message-ID'

RESENT_SENDER

`Resent-Sender` — Agent responsible for the resending.

public string RESENT_SENDER = 'Resent-Sender'

RESENT_TO

`Resent-To` — Primary recipient(s) of the resending.

public string RESENT_TO = 'Resent-To'
On this page

Search results