class

MailCatcher::ParsedMessage

Inherits Reference < Object

Parsed email message

Constructors

new(mime_type : String = "text/plain", subject : String | Nil = nil, parts : Array(MimePart) = [] of MimePart, headers : Hash(String, String) = {} of String => String)
Source

Instance methods

headers
Source
headers=(headers : Hash(String, String))
Source
mime_type
Source
mime_type=(mime_type : String)
Source
parts
Source
parts=(parts : Array(MimePart))
Source
subject
Source
subject=(subject : String | Nil)
Source