mail ~master (2020-04-12T11:41:45Z)
Dub
Repo
SmtpReply
mail
stmp
Undocumented in source.
struct
SmtpReply {
bool
success
;
ushort
code
;
string
message
;
void
toString
(void delegate(const(char)[]) sink);
}
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.
Variables
code
ushort
code
;
Undocumented in source.
message
string
message
;
Undocumented in source.
success
bool
success
;
Undocumented in source.
Meta
Source
See Implementation
mail
stmp
classes
Smtp
enums
SmtpAuthType
SmtpReplyCode
structs
SmtpReply