1MAIL::ACCOUNT::HASCA(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::HASCA(3x)
2
3
4
6 mail::account::hasCapability - Mail account´s properties
7
9 mail::account *account;
10
11 bool flag=account->hasCapability(std::string capability);
12
14 This function checks this mail::account´s properties. The list of
15 potential properties, or capabilities, depends on the account. The
16 currently defined list of properties are:
17
18 LIBMAIL_SINGLEFOLDER
19 Whether this account contains a single incoming mail folder
20 (currently only pop3 accounts have this capability defined).
21
23 The hasCapability method returns true if the account supports the
24 indicated capability.
25
26
27
28[FIXME: source] 05/08/2010 MAIL::ACCOUNT::HASCA(3x)