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
I noticed this issue too. What I did was to unset them immediately after creation.
Also a a "Content-Transfer-Encoding" is added to multipart MIMEs which is also unnecessary.
But other times they are necessary so maybe there should be options to set them or not.
Superflours headers added (
Date
,MIME-Version
) to MIME part when created withEmail::MIME->create()
.Effects
Tested in
Breaks Products
Bugzilla/BugMail.pm:369-386
)Potential cause
1.926
Email/MIME.pm
199
-201
Example - Broken MIME
Workaround
Comment out Lines
199
-201
inEmail/MIME.pm
:The text was updated successfully, but these errors were encountered: