# File lib/rmail/header.rb, line 834
    def recipients
      RMail::Address::List.new([ to, cc, bcc ].flatten.uniq)
    end