Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h72 status_t GetSubscribedFolders(BStringList& folders,
H A DProtocol.cpp161 status = GetSubscribedFolders(subscribedFolders, separator); in GetFolders()
200 Protocol::GetSubscribedFolders(BStringList& folders, BString& separator) in GetSubscribedFolders() function in IMAP::Protocol
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPProtocol.cpp66 status_t status = protocol.GetSubscribedFolders(newFolders, separator); in CheckSubscribedFolders()