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
Hi,
i've found issue with the multipart messages and its last boundary.
Some mail generators loose CR LF after the last boundary, and TMail does accept it as a part of content.
Problem is in a is_sep Regexp, there is an example of correct one:
Hi,
i've found issue with the multipart messages and its last boundary.
Some mail generators loose CR LF after the last boundary, and TMail does accept it as a part of content.
Problem is in a is_sep Regexp, there is an example of correct one:
/\A--#{Regexp.quote bound}(?:--[ \t](?:\n|\r\n|\r|\z)|[ \t](?:\n|\r\n|\r))/
The text was updated successfully, but these errors were encountered: