Module: Mail::RFC2822::MessageIds1

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

Instance Method Summary collapse

Instance Method Details

#first_msg_idObject



4272
4273
4274
# File 'lib/mail/parsers/rfc2822.rb', line 4272

def first_msg_id
  elements[0]
end

#other_msg_idsObject



4276
4277
4278
# File 'lib/mail/parsers/rfc2822.rb', line 4276

def other_msg_ids
  elements[1]
end