class Mail::Field::ParseError
def to_utf8(text)
def to_utf8(text) if text.respond_to?(:force_encoding) text.dup.force_encoding(Encoding::UTF_8) else text end end
def to_utf8(text) if text.respond_to?(:force_encoding) text.dup.force_encoding(Encoding::UTF_8) else text end end