Searched refs:allFolders (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.cpp155 BStringList allFolders; local
156 status_t status = _GetAllFolders(allFolders);
165 for (int32 i = 0; i < allFolders.CountStrings(); i++) {
167 entry.folder = allFolders.StringAt(i);
180 for (int32 j = 0; j < allFolders.CountStrings(); j++) {
181 if (subscribedFolders.StringAt(i) == allFolders.StringAt(j)) {

Completed in 13 milliseconds