# File lib/action_mailer/vendor/tmail-1.2.7/tmail/attachments.rb, line 17 def has_attachments? attachment?(self) || multipart? && parts.any? { |part| attachment?(part) } end