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/response_data.rb | 
Overview
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
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.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#cc (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#date (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#from (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#in_reply_to (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#message_id (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#reply_to (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#sender (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#subject (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope
#to (rw)
Envelope represents envelope structures of messages.
- Note
- 
When the #sender and #reply_to fields are absent or empty, they will return the same value as #from. Also, fields may return values that are invalid for well-formed [RFC5322] messages when the message is malformed or a draft message. 
See [IMAP4rev1 §7.4.2] and [IMAP4rev2 §7.5.2] for full description of the envelope fields, and Net::IMAP@Message+envelope+and+body+structure for other relevant RFCs.
Returned by FetchData#envelope