Searched refs:fFolders (Results 1 – 5 of 5) sorted by relevance
52 FolderMap::iterator iterator = fFolders.begin(); in ~IMAPProtocol()53 for (; iterator != fFolders.end(); iterator++) { in ~IMAPProtocol()73 if (fFolders.find(newFolders.StringAt(i)) != fFolders.end()) in CheckSubscribedFolders()79 int32 totalMailboxes = fFolders.size() + newFolders.CountStrings(); in CheckSubscribedFolders()124 fFolders.insert(std::make_pair(mailbox, folder)); in CheckSubscribedFolders()128 FolderMap::iterator iterator = fFolders.begin(); in CheckSubscribedFolders()130 for (; iterator != fFolders.end(); iterator++) { in CheckSubscribedFolders()
315 fFolders(5, false), in CheckMailboxesCommand()328 status_t status = WorkerPrivate(worker).AddFolders(fFolders); in Process()329 if (status != B_OK || fFolders.IsEmpty()) { in Process()339 fFolder = fFolders.RemoveItemAt(fFolders.CountItems() - 1); in Process()436 BObjectList<IMAPFolder> fFolders; member in CheckMailboxesCommand
74 FolderMap fFolders; variable
707 fFolders.Add(folder); in HandleUntagged()712 fFolders.Add(folder); in HandleUntagged()724 return fFolders; in FolderList()
295 BStringList fFolders; variable