/* Copyright (c) 2013-2018 Dovecot authors, see the included COPYING file */
#include "imap-common.h"
#include "str.h"
#include "imap-commands.h"
#include "imap-quote.h"
#include "imap-urlauth.h"
{
int ret;
return TRUE;
}
return FALSE;
for (;;) {
if (IMAP_ARG_IS_EOL(args))
break;
return FALSE;
}
if (ret <= 0) {
if (ret < 0)
else
return TRUE;
}
}
return TRUE;
}