Class: DocomoWebMailer::Mailheaders
- Defined in:
- lib/docomo_web_mailer.rb
Overview
メールのヘッダ 主なプロパティーに次の値がある
- cc
-
ccの宛先 ( [“ラベル”,“メールアドレス”]の配列 )
- from
-
差出人 ( [“ラベル”,“メールアドレス”]の配列 )
- bcc
-
bccの宛先( [“ラベル”,“メールアドレス”]の配列 )
- to
-
toの宛先 ( [“ラベル”,“メールアドレス”]の配列 )
- date
-
日付(エポック秒)
- subject
-
メールタイトル(デコード済み)
- othres
-
その他のヘッダ( [ “ヘッダ名:値” ] の配列 )
- in_replay_to
-
用途不明
- references
-
用途不明
- message_id
-
メッセージID
Instance Method Summary collapse
-
#initialize(data) ⇒ Mailheaders
constructor
A new instance of Mailheaders.
Methods inherited from RHash
Constructor Details
#initialize(data) ⇒ Mailheaders
Returns a new instance of Mailheaders.
279 280 281 |
# File 'lib/docomo_web_mailer.rb', line 279 def initialize(data) super end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class DocomoWebMailer::RHash