class

MailCatcher::Mail::Message

Inherits Reference < Object

In-memory data structure for a message

Constructors

new(id : Int64, sender : String | Nil, recipients : Array(String), subject : String | Nil, source : String, size : Int64, type : String | Nil, created_at : Time)
Source

Instance methods

created_at
Source
created_at=(created_at : Time)
Source
id=(id : Int64)
Source
parts
Source
parts=(parts : Array(MessagePart))
Source
recipients
Source
recipients=(recipients : Array(String))
Source
sender
Source
sender=(sender : String | Nil)
Source
size
Source
size=(size : Int64)
Source
source
Source
source=(source : String)
Source
subject
Source
subject=(subject : String | Nil)
Source
type
Source
type=(type : String | Nil)
Source