module Mail::Multibyte

def self.to_utf8(string)

def self.to_utf8(string)
  string.dup.force_encoding(Encoding::UTF_8)
end