Class: Net::IMAP::Envelope
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/net/imap.rb | 
Overview
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
Instance Attribute Summary
- 
    
      #bcc  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #cc  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #date  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #from  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #in_reply_to  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #message_id  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #reply_to  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #sender  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #subject  
    
    rw
    Enveloperepresents envelope structures of messages.
- 
    
      #to  
    
    rw
    Enveloperepresents envelope structures of messages.
Instance Attribute Details
#bcc (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#cc (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#date (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#from (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#in_reply_to (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#message_id (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#reply_to (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#sender (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#subject (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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. 
#to (rw)
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 Address that represents the from. 
- sender
- 
Returns an array of Address that represents the sender. 
- reply_to
- 
Returns an array of Address that represents the reply-to. 
- to
- 
Returns an array of Address that represents the to. 
- cc
- 
Returns an array of Address that represents the cc. 
- bcc
- 
Returns an array of 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.