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 believe we should revert #1208. ::Mail::Utilities.to_crlf should only be used with raw_source= i.e. when we're parsing an email (Mail.new(content)) and not when we're creating an email by specifying the body content Mail.new(body: body). I think all the problems around CR LF are because we're not distinguishing between creating and parsing emails.
The text was updated successfully, but these errors were encountered:
(® is used to trigger quoted-printable encoding)
I believe we should revert #1208.
::Mail::Utilities.to_crlf
should only be used withraw_source=
i.e. when we're parsing an email (Mail.new(content)
) and not when we're creating an email by specifying the body contentMail.new(body: body)
. I think all the problems around CR LF are because we're not distinguishing between creating and parsing emails.The text was updated successfully, but these errors were encountered: