Pop3

Undocumented in source.

Constructors

this
this(string host, ushort port)
Undocumented in source.

Members

Functions

auth
Pop3Reply auth(string username, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
Pop3Reply connect()
Undocumented in source. Be warned that the author may not have intended to support it.
dele
Pop3Reply dele(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
getHeaders
Headers getHeaders(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
getUIDLs
Tuple!(ulong, string)[] getUIDLs()
Undocumented in source. Be warned that the author may not have intended to support it.
list
Pop3Reply list()
Undocumented in source. Be warned that the author may not have intended to support it.
noop
Pop3Reply noop()
Undocumented in source. Be warned that the author may not have intended to support it.
quit
Pop3Reply quit()
Undocumented in source. Be warned that the author may not have intended to support it.
retr
Pop3Reply retr(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
retrMsg
Msg retrMsg(ulong id, bool canonize)
Undocumented in source. Be warned that the author may not have intended to support it.
rset
Pop3Reply rset()
Undocumented in source. Be warned that the author may not have intended to support it.
stat
Pop3Reply stat()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
ulong length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
ulong size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta