# File lib/mail/part.rb, line 34
    def bounced?
      !!(action =~ /failed/i)
    end