Module: Mail::RFC2822::MessageIds1

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

Instance Method Summary collapse

Instance Method Details

#first_msg_idObject



4558
4559
4560
# File 'lib/mail/parsers/rfc2822.rb', line 4558

def first_msg_id
  elements[0]
end

#other_msg_idsObject



4562
4563
4564
# File 'lib/mail/parsers/rfc2822.rb', line 4562

def other_msg_ids
  elements[1]
end