twisted.news.nntp
module documentationtwisted.news
View Source
NNTP protocol support.
The following protocol commands are currently understood:
LIST LISTGROUP XOVER XHDR POST GROUP ARTICLE STAT HEAD BODY NEXT MODE STREAM MODE READER SLAVE LAST QUIT HELP IHAVE XPATH XINDEX XROVER TAKETHIS CHECK
The following protocol commands require implementation:
NEWNEWS XGTITLE XPAT XTHREAD AUTHINFO NEWGROUPS
Other desired features:
Function | parseRange | Undocumented |
Function | extractCode | Undocumented |
Class | NNTPError | Undocumented |
Class | NNTPClient | No class docstring; 36/60 methods documented |
Class | NNTPServer | No class docstring; 1/62 methods documented |
Class | UsenetClientProtocol | A client that connects to an NNTP server and asks for articles new since a certain time. |