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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp270 if (!response.IsCommand("CAPABILITY"))
686 if (response.IsCommand(_Command()) && response.IsStringAt(2)
800 if (!response.IsCommand("QUOTA") || !response.IsListAt(2))
H A DResponse.h151 bool IsCommand(const char* command) const;
H A DProtocol.cpp99 if (response.IsCommand("ID") && response.IsListAt(1)) {
H A DResponse.cpp482 Response::IsCommand(const char* command) const function in class:IMAP::Response
/haiku/src/tests/add-ons/mail/imap/
H A Dimap_tester.cpp231 if (response.IsCommand(fCommand)) {

Completed in 141 milliseconds