Part of twisted.news.database View Source View In Hierarchy
Implements interfaces: twisted.news.database.INewsStorage
Contains numerous flaws and is generally unsuitable for any real applications. Consider yourself warned!
| Method | __init__ | |
| Method | getModerators | Undocumented |
| Method | listRequest | Returns a list of 4-tuples: (name, max index, min index, flags) |
| Method | subscriptionRequest | Returns a deferred whose callback will be passed the list of |
| Method | postRequest | Returns a deferred whose callback will be invoked if 'message' |
| Method | overviewRequest | Returns a deferred whose callback will be passed the a list of |
| Method | xoverRequest | Returns a deferred whose callback will be passed a list of xover |
| Method | xhdrRequest | Returns a deferred whose callback will be passed a list of XHDR data |
| Method | listGroupRequest | Returns a deferred whose callback will be passed a two-tuple of |
| Method | groupRequest | Returns a deferred whose callback will be passed a five-tuple of |
| Method | articleExistsRequest | Returns a deferred whose callback will be passed with a true value |
| Method | articleRequest | Returns a deferred whose callback will be passed a file-like object |
| Method | headRequest | Returns a deferred whose callback will be passed the header for |
| Method | bodyRequest | Returns a deferred whose callback will be passed the body for |
| Method | flush | Undocumented |
| Method | load | Undocumented |
Inherited from _ModerationMixin:
| Method | notifyModerators | Send an article to a list of group moderators to be moderated. |
| Parameters | mailhost | A str giving the mail exchange host which will accept
moderation emails from this server. Must accept emails destined for any
address specified as a moderator.
|
| sender | A str giving the address which will be used as the sender of
any moderation email generated by this server.
|