1 ConeĀ©
2
3MAIL::ACCOUNT::HASCA(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::HASCA(3x)
4
5
6
8 mail::account::hasCapability - Mail account's properties
9
11 mail::account *account;
12
13 bool flag=account->hasCapability(std::string capability);
14
16 This function checks this mail::account's properties. The list of
17 potential properties, or capabilities, depends on the account. The
18 currently defined list of properties are:
19
20 LIBMAIL_SINGLEFOLDER
21 Whether this account contains a single incoming mail folder
22 (currently only pop3 accounts have this capability defined).
23
25 The hasCapability method returns true if the account supports the
26 indicated capability.
27
29 Sam Varshavchik
30
31
32
33ConeĀ© 08/25/2016 MAIL::ACCOUNT::HASCA(3x)