1 ConeĀ©
2
3MAIL::ACCOUNT::GETFO(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::GETFO(3x)
4
5
6
8 mail::account::getFolderKeywordInfo - Return message keywords
9
11 #include <libmail/mail.H>
12
13
14 mail::account *account;
15
16 account->getFolderKeywordInfo(size_t messageNum,
17 std::set<std::string> &keywords);
18
20 mail::account::getFolderKeywordInfo retrieves the current keywords for
21 message #messagenum and places them into keywords (removing any
22 existing contents). If the message does not have any keywords set,
23 keywords will be an empty set. messageNum must be between zero and one
24 less than the return code from mail::account::getFolderIndexSize(3x).
25
27 This function returns immediately.
28
30 mail::account::updateKeywords(3x),
31 mail::account::getFolderIndexInfo(3x),
32 mail::account::getFolderIndexSize(3x).
33
35 Sam Varshavchik
36
37
38
39ConeĀ© 08/25/2016 MAIL::ACCOUNT::GETFO(3x)