NntpClient

Undocumented in source.

Constructors

this
this(Logger log)
Undocumented in source.

Members

Functions

connect
void connect(string server, void delegate() handleConnect)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
getDate
void getDate(void delegate(string date) handleDate, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
getMessage
void getMessage(string numOrID, void delegate(string[] lines, string num, string id) handleMessage, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
getNewNews
void getNewNews(string wildmat, string dateTime, void delegate(string[] messages) handleNewNews, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroup
void listGroup(string name, int from, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroup
void listGroup(string name, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroupXover
void listGroupXover(string name, int from, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroupXover
void listGroupXover(string name, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
listGroups
void listGroups(void delegate(GroupInfo[] groups) handleGroups, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
postMessage
void postMessage(string[] lines, void delegate() handlePosted, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.
selectGroup
void selectGroup(string name, void delegate() handleSuccess, void delegate(string) handleError)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

connected
bool connected;
Undocumented in source.
handleDisconnect
void delegate(string reason, DisconnectType type) handleDisconnect;
Undocumented in source.
handleIdle
void delegate() handleIdle;
Undocumented in source.

Meta