ListHeaderTrait
Mailing-list header field names (RFC 2369, RFC 2919, RFC 8058).
Mixed into MailHeader.
Tags
Table of Contents
Constants
- LIST_ARCHIVE : string = 'List-Archive'
- `List-Archive` — URL(s) of the list archive (RFC 2369).
- LIST_HELP : string = 'List-Help'
- `List-Help` — URL(s) for help about the list (RFC 2369).
- LIST_ID : string = 'List-Id'
- `List-Id` — Stable identifier of the mailing list (RFC 2919).
- LIST_OWNER : string = 'List-Owner'
- `List-Owner` — Contact of the list owner (RFC 2369).
- LIST_POST : string = 'List-Post'
- `List-Post` — URL(s) / mailto to post to the list (RFC 2369).
- LIST_SUBSCRIBE : string = 'List-Subscribe'
- `List-Subscribe` — URL(s) / mailto to join the list (RFC 2369).
- LIST_UNSUBSCRIBE : string = 'List-Unsubscribe'
- `List-Unsubscribe` — URL(s) / mailto to leave the list (RFC 2369).
- LIST_UNSUBSCRIBE_POST : string = 'List-Unsubscribe-Post'
- `List-Unsubscribe-Post` — Enables one-click unsubscribe (RFC 8058).
Constants
LIST_ARCHIVE
`List-Archive` — URL(s) of the list archive (RFC 2369).
public
string
LIST_ARCHIVE
= 'List-Archive'
LIST_HELP
`List-Help` — URL(s) for help about the list (RFC 2369).
public
string
LIST_HELP
= 'List-Help'
LIST_ID
`List-Id` — Stable identifier of the mailing list (RFC 2919).
public
string
LIST_ID
= 'List-Id'
LIST_OWNER
`List-Owner` — Contact of the list owner (RFC 2369).
public
string
LIST_OWNER
= 'List-Owner'
LIST_POST
`List-Post` — URL(s) / mailto to post to the list (RFC 2369).
public
string
LIST_POST
= 'List-Post'
LIST_SUBSCRIBE
`List-Subscribe` — URL(s) / mailto to join the list (RFC 2369).
public
string
LIST_SUBSCRIBE
= 'List-Subscribe'
LIST_UNSUBSCRIBE
`List-Unsubscribe` — URL(s) / mailto to leave the list (RFC 2369).
public
string
LIST_UNSUBSCRIBE
= 'List-Unsubscribe'
LIST_UNSUBSCRIBE_POST
`List-Unsubscribe-Post` — Enables one-click unsubscribe (RFC 8058).
public
string
LIST_UNSUBSCRIBE_POST
= 'List-Unsubscribe-Post'