Module: Mail::RFC2822::MessageIds1

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

Instance Method Summary collapse

Instance Method Details

#first_msg_idObject



4479
4480
4481
# File 'lib/mail/parsers/rfc2822.rb', line 4479

def first_msg_id
  elements[0]
end

#other_msg_idsObject



4483
4484
4485
# File 'lib/mail/parsers/rfc2822.rb', line 4483

def other_msg_ids
  elements[1]
end