Module: Mail::RFC2822::MailboxList1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#first_addr ⇒ Object
2689 2690 2691 |
# File 'lib/mail/parsers/rfc2822.rb', line 2689 def first_addr elements[0] end |
#other_addr ⇒ Object
2693 2694 2695 |
# File 'lib/mail/parsers/rfc2822.rb', line 2693 def other_addr elements[1] end |