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.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

    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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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.

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.

[ GitHub ]

  
# File 'lib/net/imap.rb', line 1953

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