NNTP-specific Account data -.
More...
#include "adata.h"
NNTP-specific Account data -.
Definition at line 35 of file adata.h.
◆ hasCAPABILITIES
| bool NntpAccountData::hasCAPABILITIES |
Server supports CAPABILITIES command.
Definition at line 37 of file adata.h.
◆ hasSTARTTLS
| bool NntpAccountData::hasSTARTTLS |
Server supports STARTTLS command.
Definition at line 38 of file adata.h.
◆ hasDATE
| bool NntpAccountData::hasDATE |
Server supports DATE command.
Definition at line 39 of file adata.h.
◆ hasLIST_NEWSGROUPS
| bool NntpAccountData::hasLIST_NEWSGROUPS |
Server supports LIST_NEWSGROUPS command.
Definition at line 40 of file adata.h.
◆ hasXGTITLE
| bool NntpAccountData::hasXGTITLE |
Server supports XGTITLE command.
Definition at line 41 of file adata.h.
◆ hasLISTGROUP
| bool NntpAccountData::hasLISTGROUP |
Server supports LISTGROUP command.
Definition at line 42 of file adata.h.
◆ hasLISTGROUPrange
| bool NntpAccountData::hasLISTGROUPrange |
Server supports LISTGROUPrange command.
Definition at line 43 of file adata.h.
◆ hasOVER
| bool NntpAccountData::hasOVER |
Server supports OVER command.
Definition at line 44 of file adata.h.
◆ hasXOVER
| bool NntpAccountData::hasXOVER |
Server supports XOVER command.
Definition at line 45 of file adata.h.
◆ use_tls
| unsigned int NntpAccountData::use_tls |
Use TLS.
Definition at line 46 of file adata.h.
◆ status
| unsigned int NntpAccountData::status |
◆ cacheable
| bool NntpAccountData::cacheable |
Can be cached.
Definition at line 48 of file adata.h.
◆ newsrc_modified
| bool NntpAccountData::newsrc_modified |
Newsrc file was modified.
Definition at line 49 of file adata.h.
◆ fp_newsrc
| FILE* NntpAccountData::fp_newsrc |
Newsrc file handle.
Definition at line 50 of file adata.h.
◆ newsrc_file
| char* NntpAccountData::newsrc_file |
Newsrc file path.
Definition at line 51 of file adata.h.
◆ authenticators
| char* NntpAccountData::authenticators |
Authenticators list.
Definition at line 52 of file adata.h.
◆ overview_fmt
| char* NntpAccountData::overview_fmt |
Overview format.
Definition at line 53 of file adata.h.
◆ size
| off_t NntpAccountData::size |
Newsrc file size.
Definition at line 54 of file adata.h.
◆ mtime
| time_t NntpAccountData::mtime |
Newsrc modification time.
Definition at line 55 of file adata.h.
◆ newgroups_time
| time_t NntpAccountData::newgroups_time |
Last newgroups request time.
Definition at line 56 of file adata.h.
◆ check_time
| time_t NntpAccountData::check_time |
Last check time.
Definition at line 57 of file adata.h.
◆ groups_num
| unsigned int NntpAccountData::groups_num |
Number of newsgroups.
Definition at line 58 of file adata.h.
◆ groups_max
| unsigned int NntpAccountData::groups_max |
Maximum number of newsgroups.
Definition at line 59 of file adata.h.
◆ groups_list
List of newsgroups.
Definition at line 60 of file adata.h.
◆ groups_hash
| struct HashTable* NntpAccountData::groups_hash |
◆ conn
The documentation for this struct was generated from the following file: