MIME Content-Base was missing

This commit is contained in:
the-djmaze 2022-11-10 13:58:57 +01:00
parent 2882b58fcf
commit 3c78f9bf04

View file

@ -44,6 +44,7 @@ abstract class Header
CONTENT_DISPOSITION = 'Content-Disposition',
CONTENT_DESCRIPTION = 'Content-Description',
CONTENT_ID = 'Content-ID',
// CONTENT_BASE = 'Content-Base', // rfc2110
CONTENT_LOCATION = 'Content-Location',
RECEIVED_SPF = 'Received-SPF',