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

/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DCommands.cpp65 if (list.EqualsAt(i, "\\Seen"))
67 else if (list.EqualsAt(i, "\\Answered"))
69 else if (list.EqualsAt(i, "\\Flagged"))
71 else if (list.EqualsAt(i, "\\Deleted"))
73 else if (list.EqualsAt(i, "\\Draft"))
179 if (!response.EqualsAt(0, "OK") || !response.IsListAt(1, '['))
184 if (!list.EqualsAt(0, "CAPABILITY"))
232 if (response.EqualsAt(0, "OK") && response.IsListAt(1, '[')) {
234 if (arguments.EqualsAt(0, "UIDVALIDITY")
238 } else if (arguments.EqualsAt(
[all...]
H A DResponse.h46 bool EqualsAt(int32 index,
H A DResponse.cpp244 ArgumentList::EqualsAt(int32 index, const char* string) const function in class:IMAP::ArgumentList
484 return IsUntagged() && EqualsAt(0, command);

Completed in 82 milliseconds