Home
last modified time | relevance | path

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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DProtocol.h52 typedef std::vector<FolderEntry> FolderList; typedef
70 status_t GetFolders(FolderList& folders,
H A DProtocol.cpp153 Protocol::GetFolders(FolderList& folders, BString& separator) in GetFolders()
207 folders = command.FolderList(); in GetSubscribedFolders()
402 folders = command.FolderList(); in _GetAllFolders()
H A DCommands.h286 const BStringList& FolderList();
H A DCommands.cpp722 ListCommand::FolderList() in FolderList() function in IMAP::ListCommand
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.h34 IMAP::FolderList fFolderList;
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp69 IMAP::FolderList folders; in do_folders()