# File lib/mail/message.rb, line 1619
    def decoded
      if self.attachment?
        decode_body
      else
        raise NoMethodError, 'Can not decode an entire message, try calling #decoded on the various fields and body or parts if it is a multipart message.'
      end
    end