# File lib/mail/body.rb, line 269
    def only_us_ascii?
      !(raw_source =~ /[^\x01-\x7f]/)
    end