mail ~master (2020-04-12T11:41:45Z)
Dub
Repo
Msg
mail
msg
Undocumented in source.
struct
Msg {
Headers
headers
;
string
data
;
Msg
[]
parts
;
ubyte
[]
rawData
;
string
plain
[@property getter];
void
toString
(void delegate(const(char)[]) sink);
static
Msg
parse
(ubyte[] srcData);
}
Members
Functions
toString
void
toString
(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
plain
string
plain
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
Msg
parse
(ubyte[] srcData)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
data
string
data
;
Undocumented in source.
headers
Headers
headers
;
Undocumented in source.
parts
Msg
[]
parts
;
Undocumented in source.
rawData
ubyte
[]
rawData
;
Undocumented in source.
Meta
Source
See Implementation
mail
msg
structs
Msg