Searched defs:in_body (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/pop3/
H A Dpop3-commands.c321 bool cr_skipped, in_body; member in struct:fetch_context
338 while ((ctx->body_lines > 0 || !ctx->in_body) &&
346 !ctx->in_body) {
349 ctx->in_body = TRUE;
351 ctx->in_body = TRUE;
362 if (ctx->in_body) {
413 if (!ctx->in_body &&

Completed in 12 milliseconds