NntpListener

NNTP client which polls the server for new messages.

Constructors

this
this(Logger log)
Undocumented in source.

Members

Functions

connect
void connect(string server)
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.
startPolling
void startPolling(string lastDate)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handleMessage
void delegate(string[] lines, string num, string id) handleMessage;

Called when NEWNEWS reports a new message.

Meta