Class: DocomoWebMailer::Mailheaders

Inherits:
RHash
  • Object
show all
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

Methods inherited from RHash

#inspect, #method_missing

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