module Mail::RFC2822::MailboxList1
Public Instance Methods
first_addr()
click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 2704 def first_addr elements[0] end
other_addr()
click to toggle source
# File lib/mail/parsers/rfc2822.rb, line 2708 def other_addr elements[1] end