Module: Mail::RFC2822::AddressList1
- Defined in:
- lib/mail/parsers/rfc2822.rb
Instance Method Summary collapse
Instance Method Details
#first_addr ⇒ Object
2874 2875 2876 |
# File 'lib/mail/parsers/rfc2822.rb', line 2874 def first_addr elements[0] end |
#other_addr ⇒ Object
2878 2879 2880 |
# File 'lib/mail/parsers/rfc2822.rb', line 2878 def other_addr elements[1] end |