class DocomoWebMailer::Mailheaders

メールのヘッダ 主なプロパティーに次の値がある

cc

ccの宛先 ( [“ラベル”,“メールアドレス”]の配列 )

from

差出人 ( [“ラベル”,“メールアドレス”]の配列 )

bcc

bccの宛先( [“ラベル”,“メールアドレス”]の配列 )

to

toの宛先 ( [“ラベル”,“メールアドレス”]の配列 )

date

日付(エポック秒)

subject

メールタイトル(デコード済み)

othres

その他のヘッダ( [ “ヘッダ名:値” ] の配列 )

in_replay_to

用途不明

references

用途不明

message_id

メッセージID

Public Class Methods

new(data) click to toggle source
Calls superclass method DocomoWebMailer::RHash::new
# File lib/docomo_web_mailer.rb, line 279
def initialize(data)
  super
end