#include <libmail/sync.H>
mail::ACCOUNT *mail;
mail::folder *folder;
std::string folderPath=folder->getPath();
...
This function is the mail::ACCOUNT equivalent of mail::account::findFolder(3x). See the description of this function for more information.
This function returns a NULL pointer if it cannot allocate memory for the new mail::folder object.
<<< Previous | Home | Next >>> |
mail::ACCOUNT::getFolderIndexSize | Up | mail::ACCOUNT::getFolderFromString |