Ruby 1.9.2 リファレンスマニュアル > ライブラリ一覧 > net/imapライブラリ > Net::IMAP::Envelopeクラス
class Net::IMAP::Envelope
クラスの継承リスト: Net::IMAP::Envelope < Struct < Enumerable < Object < Kernel < BasicObject
Abstract
Net::IMAP::Envelope represents envelope structures of messages.
インスタンスメソッド
bcc-
Retunns an array of Net::IMAP::Address that represents the bcc.
cc-
Retunns an array of Net::IMAP::Address that represents the cc.
date-
Retunns a string that represents the date.
from-
Retunns an array of Net::IMAP::Address that represents the from.
in_reply_to-
Retunns a string that represents the in-reply-to.
message_id-
Retunns a string that represents the message-id.
reply_to-
Retunns an array of Net::IMAP::Address that represents the reply-to.
sender-
Retunns an array of Net::IMAP::Address that represents the sender.
subject-
Retunns a string that represents the subject.
to-
Retunns an array of Net::IMAP::Address that represents the to.