1mail::ACCOUNT::getFolmdaeirlF:r:oAmCPCaOtUhN(T3xS)ynchronomuasilA:P:IACrCeOfUeNrTe:n:cgeetFolderFromPath(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
19
20 mail::folder *f=mail->getFolderFromPath (std::string folderPath);
21
23 This function is the mail::ACCOUNT equivalent of mail::account::find‐
24 Folder(3x). See the description of this function for more information.
25
27 This function returns a NULL pointer if it cannot allocate memory for
28 the new mail::folder object.
29
31 mail::account::findFolder(3x).
32
33
34
35 10 April 2m0a0i6l::ACCOUNT::getFolderFromPath(3x)