Home
last modified time | relevance | path

Searched defs:NntpAccountData (Results 1 – 1 of 1) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/nntp/
H A Dadata.h36 struct NntpAccountData struct
38 bool hasCAPABILITIES : 1; ///< Server supports CAPABILITIES command
39 bool hasSTARTTLS : 1; ///< Server supports STARTTLS command
40 bool hasDATE : 1; ///< Server supports DATE command
41 bool hasLIST_NEWSGROUPS : 1; ///< Server supports LIST_NEWSGROUPS command
42 bool hasXGTITLE : 1; ///< Server supports XGTITLE command
43 bool hasLISTGROUP : 1; ///< Server supports LISTGROUP command
67 struct NntpAccountData *nntp_adata_get (struct Mailbox *m); argument