Home
last modified time | relevance | path

Searched refs:newFolders (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp64 BStringList newFolders; in CheckSubscribedFolders() local
66 status_t status = protocol.GetSubscribedFolders(newFolders, separator); in CheckSubscribedFolders()
72 for (int32 i = 0; i < newFolders.CountStrings();) { in CheckSubscribedFolders()
73 if (fFolders.find(newFolders.StringAt(i)) != fFolders.end()) in CheckSubscribedFolders()
74 newFolders.Remove(i); in CheckSubscribedFolders()
79 int32 totalMailboxes = fFolders.size() + newFolders.CountStrings(); in CheckSubscribedFolders()
86 if (newFolders.IsEmpty() && fWorkers.CountItems() == workersWanted) { in CheckSubscribedFolders()
120 for (int32 i = 0; i < newFolders.CountStrings(); i++) { in CheckSubscribedFolders()
121 const BString& mailbox = newFolders.StringAt(i); in CheckSubscribedFolders()