# File lib/mail/body.rb, line 225
def
only_us_ascii?
!
!
raw_source
.
to_s
.
ascii_only?
end