module Mail::Multibyte

def self.clean(string)

Note: this method is a no-op in Ruby 1.9

Removes all invalid characters from the string.
def self.clean(string)
  string
end