# File lib/mail/body.rb, line 268 def only_us_ascii? raw_source.each_byte {|b| return false if (b == 0 || b > 127)} true end