smtp ~master (2016-05-24T04:47:12Z)
Home
Dub
Repo
SmtpReply
smtp
reply
SMTP Reply
struct
SmtpReply {
bool
success
;
uint
code
;
string
message
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
uint
code
;
Undocumented in source.
message
string
message
;
Undocumented in source.
success
bool
success
;
Undocumented in source.
Meta
Source
See Implementation
smtp
reply
enums
SmtpReplyCode
structs
SmtpReply
SMTP Reply