This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# coding: utf-8 | |
module Mail | |
class Message | |
def from_with_patch_rfc_violation | |
str = from_without_patch_rfc_violation | |
begin | |
str = str.join | |
rescue |