Oihana PHP Enums

IdentificationHeaderTrait

Identification header field names (RFC 5322 §3.6.4).

Mixed into MailHeader.

Tags
author

Marc Alcaraz

since
1.2.0

Table of Contents

Constants

IN_REPLY_TO  : string = 'In-Reply-To'
`In-Reply-To` — Message-ID(s) of the message(s) this one replies to.
MESSAGE_ID  : string = 'Message-ID'
`Message-ID` — Unique identifier of this message.
REFERENCES  : string = 'References'
`References` — Message-ID(s) identifying the conversation thread.

Constants

IN_REPLY_TO

`In-Reply-To` — Message-ID(s) of the message(s) this one replies to.

public string IN_REPLY_TO = 'In-Reply-To'

REFERENCES

`References` — Message-ID(s) identifying the conversation thread.

public string REFERENCES = 'References'
On this page

Search results