# File lib/mail/attachments_list.rb, line 85 def guess_encoding if @mime_type && !@mime_type.binary? "7bit" else "binary" end end