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
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
This is a problem now that zend-mail explodes the whole encoded string on a comma to due to this: zendframework/zend-mail#44
Which results in the prefix and suffix being split up, breaking the parsing of the header.
The RFCs don't seem to be clear about whether the header field separator is allowed in the middle of a quoted-printable string, but do say that it should only be used if necessary for a given token.
The text was updated successfully, but these errors were encountered:
The following code illustrates the weirdness:
The output:
This is a problem now that zend-mail explodes the whole encoded string on a comma to due to this:
zendframework/zend-mail#44
Which results in the prefix and suffix being split up, breaking the parsing of the header.
The RFCs don't seem to be clear about whether the header field separator is allowed in the middle of a quoted-printable string, but do say that it should only be used if necessary for a given token.
The text was updated successfully, but these errors were encountered: