use Date instead of date for header value

This commit is contained in:
Son 2022-03-07 15:57:29 +01:00
parent 350f498b94
commit a64a70cbc8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
MESSAGE_ID = "Message-ID"
IN_REPLY_TO = "In-Reply-To"
REFERENCES = "References"
DATE = "date"
DATE = "Date"
SUBJECT = "Subject"
FROM = "From"
TO = "To"