Part of twisted.news View Source
NNTP protocol support.
Maintainer: Jp Calderone
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 CHECKThe following protocol commands require implementation:
NEWNEWS XGTITLE XPAT XTHREAD AUTHINFO NEWGROUPSOther desired features:
Function | parseRange | Undocumented |
Function | extractCode | Undocumented |
Class | NNTPError | Undocumented |
Class | NNTPClient | No class docstring; 36/60 methods documented |
Class | NNTPServer | Undocumented |
Class | UsenetClientProtocol | A client that connects to an NNTP server and asks for articles new since a certain time. |