Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h98 status_t _GetAllFolders(BStringList& folders);
H A DProtocol.cpp156 status_t status = _GetAllFolders(allFolders); in GetFolders()
395 Protocol::_GetAllFolders(BStringList& folders) in _GetAllFolders() function in IMAP::Protocol