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