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