MailCatcher::Mail
Storage module for email messages using in-memory data structures
Instance methods
Add a new message from SMTP
add_message_part(message_id : Int64, cid : String | Nil, mime_type : String, is_attachment : Bool, filename : String | Nil, charset : String | Nil, body : Bytes, size : Int32)
SourceGet a specific part by ID
Get part by MIME type
setup(config : Config)
Source