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
instead of an empty string so that it is clear that there was some sort of
encoding issue as opposed silently dropping data
This is only easily accomplished on ruby 1.9 and above, so ruby 1.8.x will
keep the empty string behavior.
Copy file name to clipboardExpand all lines: CHANGELOG.rdoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
Features:
4
4
* #853 - `Mail::Message#set_sort_order` overrides the default message part sort order. (rafbm)
5
+
* #1002 - Replace invalid encoded characters with the unicode replacement char instead of empty string. (kjg)
5
6
6
7
Compatibility:
7
8
* #655 - Sort attachments to the end of the parts list to work around email clients that may mistake a text attachment for the message body. (npickens)
0 commit comments