123456789_123456789_123456789_123456789_123456789_

Class: Net::IMAP::Envelope

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
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

    Envelope represents envelope structures of messages.

  • #cc rw

    Envelope represents envelope structures of messages.

  • #date rw

    Envelope represents envelope structures of messages.

  • #from rw

    Envelope represents envelope structures of messages.

  • #in_reply_to rw

    Envelope represents envelope structures of messages.

  • #message_id rw

    Envelope represents envelope structures of messages.

  • #reply_to rw

    Envelope represents envelope structures of messages.

  • #sender rw

    Envelope represents envelope structures of messages.

  • #subject rw

    Envelope represents envelope structures of messages.

  • #to rw

    Envelope represents 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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)

#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

[ GitHub ]

  
# File 'lib/net/imap/response_data.rb', line 574

class Envelope < Struct.new(:date, :subject, :from, :sender, :reply_to,
:to, :cc, :bcc, :in_reply_to, :message_id)