ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
NntpClient.listGroup
ae
net
nntp
client
NntpClient
Send a LISTGROUP command.
void
listGroup
(string name, int from, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
void
listGroup
(string name, void delegate(string[] messages) handleListGroup, void delegate(string) handleError)
class
NntpClient
void
listGroup
(
string
name
,
void
delegate
(
string
[]
messages
)
handleListGroup
,
void
delegate
(
string
)
handleError
= null
)
Meta
Source
See Implementation
ae
net
nntp
client
NntpClient
constructors
this
functions
connect
disconnect
getDate
getMessage
getNewNews
listGroup
listGroupXover
listGroups
postMessage
selectGroup
variables
connected
handleDisconnect
handleIdle
Send a LISTGROUP command.