mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Additional headers
This commit is contained in:
parent
063af295b2
commit
376f91fee2
3 changed files with 21 additions and 4 deletions
|
|
@ -38,6 +38,15 @@ class Header
|
|||
|
||||
const SENSITIVITY = 'Sensitivity';
|
||||
|
||||
const RECEIVED_SPF = 'Received-SPF';
|
||||
const AUTHENTICATION_RESULTS = 'Authentication-Results';
|
||||
const X_DKIM_AUTHENTICATION_RESULTS = 'X-DKIM-Authentication-Results';
|
||||
|
||||
const DKIM_SIGNATURE = 'DKIM-Signature';
|
||||
const DOMAINKEY_SIGNATURE = 'DomainKey-Signature';
|
||||
|
||||
const X_SPAM_STATUS = 'X-Spam-Status';
|
||||
|
||||
const RETURN_RECEIPT_TO = 'Return-Receipt-To';
|
||||
const DISPOSITION_NOTIFICATION_TO = 'Disposition-Notification-To';
|
||||
const X_CONFIRM_READING_TO = 'X-Confirm-Reading-To';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue