1MAIL::ACCOUNT::GETFO(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::GETFO(3x)
2
3
4
6 mail::ACCOUNT::getFolderFromPath - A direct short-cut to a folder
7
9 #include <libmail/sync.H>
10
11 mail::ACCOUNT *mail;
12 mail::folder *folder;
13
14 std::string folderPath=folder->getPath();
15
16 ...
17
18 mail::folder *f=mail->getFolderFromPath(std::string folderPath);
19
21 This function is the mail::ACCOUNT equivalent of
22 mail::account::findFolder(3x). See the description of this function for
23 more information.
24
26 This function returns a NULL pointer if it cannot allocate memory for
27 the new mail::folder object.
28
30 mail::account::findFolder(3x).
31
32
33
34[FIXME: source] 05/08/2010 MAIL::ACCOUNT::GETFO(3x)