mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
MIME Content-Base was missing
This commit is contained in:
parent
2882b58fcf
commit
3c78f9bf04
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ abstract class Header
|
||||||
CONTENT_DISPOSITION = 'Content-Disposition',
|
CONTENT_DISPOSITION = 'Content-Disposition',
|
||||||
CONTENT_DESCRIPTION = 'Content-Description',
|
CONTENT_DESCRIPTION = 'Content-Description',
|
||||||
CONTENT_ID = 'Content-ID',
|
CONTENT_ID = 'Content-ID',
|
||||||
|
// CONTENT_BASE = 'Content-Base', // rfc2110
|
||||||
CONTENT_LOCATION = 'Content-Location',
|
CONTENT_LOCATION = 'Content-Location',
|
||||||
|
|
||||||
RECEIVED_SPF = 'Received-SPF',
|
RECEIVED_SPF = 'Received-SPF',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue