struct SimpleEmail::Message

Included Modules

Defined in:

simple-email/message.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(created : Time = Time.utc, from : String = "", to : Set(String) = Set(String).new, subj : String = "", body : String = "") #

[View source]

Instance Method Detail

def body : String #

[View source]
def body=(body : String) #

[View source]
def created : Time #

[View source]
def created=(created : Time) #

[View source]
def from : String #

[View source]
def from=(from : String) #

[View source]
def subj : String #

[View source]
def subj=(subj : String) #

[View source]
def to : Set(String) #

[View source]
def to=(to : Set(String)) #

[View source]