module Mail::Multibyte

def self.verify(string)

Verifies the encoding of a string
def self.verify(string)
  string.valid_encoding?
end