1 ConeĀ©
2
3MAIL::ACCOUNT::GETFO(3x)Cone: COnsole Newsreader And EMAIL::ACCOUNT::GETFO(3x)
4
5
6
8 mail::ACCOUNT::getFolderFromPath - A direct short-cut to a folder
9
11 #include <libmail/sync.H>
12
13 mail::ACCOUNT *mail;
14 mail::folder *folder;
15
16 std::string folderPath=folder->getPath();
17
18 ...
19
20 mail::folder *f=mail->getFolderFromPath(std::string folderPath);
21
23 This function is the mail::ACCOUNT equivalent of
24 mail::account::findFolder(3x). See the description of this function for
25 more information.
26
28 This function returns a NULL pointer if it cannot allocate memory for
29 the new mail::folder object.
30
32 mail::account::findFolder(3x).
33
35 Sam Varshavchik
36
37
38
39ConeĀ© 08/25/2016 MAIL::ACCOUNT::GETFO(3x)