Module: Mail::RFC2822::MessageIds1

Defined in:
lib/mail/parsers/rfc2822.rb

Instance Method Summary collapse

Instance Method Details

#first_msg_idObject



4502
4503
4504
# File 'lib/mail/parsers/rfc2822.rb', line 4502

def first_msg_id
  elements[0]
end

#other_msg_idsObject



4506
4507
4508
# File 'lib/mail/parsers/rfc2822.rb', line 4506

def other_msg_ids
  elements[1]
end