1MAIL::ACCOUNT::UPDAT(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::UPDAT(3x)
2
3
4

NAME

6       mail::ACCOUNT::updateFolderIndexInfo - Update status of the currently
7       open folder
8

SYNOPSIS

10       #include <libmail/sync.H>
11
12       mail::ACCOUNT *mail;
13
14       bool ok=mail->updateFolderIndexInfo(void);
15
16                                           std::string errmsg=mail->getErrmsg();
17

USAGE

19       This function requests that the status of the currently open folder be
20       updated. Messages marked as deleted are removed. The folder index will
21       also be updated to reflect changes to the folder made by any other
22       application that has the same folder opened.
23

RETURN CODES

25       This method returns true if it succeeds, or false if it fails. If the
26       method fails, use mail::ACCOUNT::getErrmsg() to read a brief
27       description of the error.
28

SEE ALSO

30       mail::ACCOUNT::saveFolderIndexInfo(3x),
31       mail::ACCOUNT::getFolderIndexInfo(3x),
32       mail::ACCOUNT::removeMessages(3x).
33
34
35
36[FIXME: source]                   05/08/2010          MAIL::ACCOUNT::UPDAT(3x)
Impressum