Module: Mail::RFC2822::AddressList1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#first_addr ⇒ Object
2733 2734 2735 |
# File 'lib/mail/parsers/rfc2822.rb', line 2733 def first_addr elements[0] end |
#other_addr ⇒ Object
2737 2738 2739 |
# File 'lib/mail/parsers/rfc2822.rb', line 2737 def other_addr elements[1] end |