mail ~master (2020-04-12T11:41:45Z)
Dub
Repo
Pop3Reply
mail
pop3
Undocumented in source.
struct
Pop3Reply {
string
code
;
string
message
;
bool
success
[@property getter];
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.
Properties
success
bool
success
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
string
code
;
Undocumented in source.
message
string
message
;
Undocumented in source.
Meta
Source
See Implementation
mail
pop3
classes
Pop3
structs
Pop3Reply