# File lib/mail/message.rb, line 1182
    def destinations
      [to_addrs, cc_addrs, bcc_addrs].compact.flatten
    end