1 ConeĀ©
2
3MAIL::ACCOUNT::UPDAT(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::UPDAT(3x)
4
5
6
8 mail::ACCOUNT::updateFolderIndexInfo - Update status of the currently
9 open folder
10
12 #include <libmail/sync.H>
13
14 mail::ACCOUNT *mail;
15
16 bool ok=mail->updateFolderIndexInfo(void);
17
18 std::string errmsg=mail->getErrmsg();
19
21 This function requests that the status of the currently open folder be
22 updated. Messages marked as deleted are removed. The folder index will
23 also be updated to reflect changes to the folder made by any other
24 application that has the same folder opened.
25
27 This method returns true if it succeeds, or false if it fails. If the
28 method fails, use mail::ACCOUNT::getErrmsg() to read a brief
29 description of the error.
30
32 mail::ACCOUNT::saveFolderIndexInfo(3x),
33 mail::ACCOUNT::getFolderIndexInfo(3x),
34 mail::ACCOUNT::removeMessages(3x).
35
37 Sam Varshavchik
38
39
40
41ConeĀ© 08/25/2016 MAIL::ACCOUNT::UPDAT(3x)