Class: Net::IMAP::Envelope
- Inherits:
-
Struct
- Object
- Struct
- Net::IMAP::Envelope
- Defined in:
- lib/net/imap.rb
Overview
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::Address that represents the from.
- sender
Returns an array of Net::IMAP::Address that represents the sender.
- reply_to
Returns an array of Net::IMAP::Address that represents the reply-to.
- to
Returns an array of Net::IMAP::Address that represents the to.
- cc
Returns an array of Net::IMAP::Address that represents the cc.
- bcc
Returns an array of Net::IMAP::Address that 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.