cmd-genurlauth.c revision 7cb128dc4cae2a03a742f63ba7afee23c78e3af0
/* Copyright (c) 2013-2015 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;
}