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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.h149 bool IsUntagged() const { return fTag == 0; } function in class:IMAP::Response
H A DProtocol.cpp333 if (response.IsUntagged() || response.IsContinuation()) {
H A DResponse.cpp484 return IsUntagged() && EqualsAt(0, command);

Completed in 88 milliseconds