# File lib/mail/parsers/rfc2822.rb, line 2277
      def addresses
        [first_addr] + other_addr.elements.map { |o| o.addr_value }
      end