class Net::IMAP::Envelope
Net::IMAP::Envelope represents envelope structures of messages.
Fields:¶ ↑
- date
 - 
Returns a string that represents the date.
 - subject
 - 
Returns a string that represents the subject.
 - from
 - 
Returns an array of
Net::IMAP::Addressthat represents the from. - sender
 - 
Returns an array of
Net::IMAP::Addressthat represents the sender. - reply_to
 - 
Returns an array of
Net::IMAP::Addressthat represents the reply-to. - to
 - 
Returns an array of
Net::IMAP::Addressthat represents the to. - cc
 - 
Returns an array of
Net::IMAP::Addressthat represents the cc. - bcc
 - 
Returns an array of
Net::IMAP::Addressthat represents the bcc. - in_reply_to
 - 
Returns a string that represents the in-reply-to.
 - message_id
 - 
Returns a string that represents the message-id.