You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Component/Mime/Header/Headers.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ final class Headers
34
34
'cc' => MailboxListHeader::class,
35
35
'bcc' => MailboxListHeader::class,
36
36
'message-id' => IdentificationHeader::class,
37
-
'in-reply-to' => UnstructuredHeader::class,
38
-
'references' => UnstructuredHeader::class,
37
+
'in-reply-to' => UnstructuredHeader::class,// `In-Reply-To` and `References` are less strict than RFC 2822 (3.6.4) to allow users entering the original email's ...
38
+
'references' => UnstructuredHeader::class,// ... `Message-ID`, even if that is no valid `msg-id`
0 commit comments