IsListAt
if (!response.EqualsAt(0, "OK") || !response.IsListAt(1, '['))
if (response.EqualsAt(0, "OK") && response.IsListAt(1, '[')) {
if (!response.EqualsAt(1, "FETCH") || !response.IsListAt(2))
else if (list.EqualsAt(i, "FLAGS") && list.IsListAt(i + 1)) {
if (!response.EqualsAt(1, "FETCH") || !response.IsListAt(2))
else if (list.EqualsAt(i, "FLAGS") && list.IsListAt(i + 1)) {
|| !response.IsListAt(2))
if (response.IsListAt(1)) {
if (!response.IsCommand("QUOTA") || !response.IsListAt(2))
if (response.IsCommand("ID") && response.IsListAt(1)) {
bool IsListAt(int32 index) const;
bool IsListAt(int32 index, char kind) const;