search for: parse_mailbox_list

Displaying 2 results from an estimated 2 matches for "parse_mailbox_list".

2008 Sep 24
1
Dovecot 1.1.3 upgrade
...on't return -1 even if there are problems, so hat the caller knows this is a group */ ctx->parser.data++; (void)rfc822_skip_lwsp(&ctx->parser); ctx->addr.mailbox = p_strdup(ctx->pool, str_c(ctx->str)); add_address(ctx); if (parse_mailbox_list(ctx) > 0) { if (*ctx->parser.data == ';') { ctx->parser.data++; (void)rfc822_skip_lwsp(&ctx->parser); } } add_address(ctx); return 1; } Can you show me how this section...
2008 Sep 16
1
another assertion failure in current 1.1 hg (1.1.3 was working fine) - file message-address.c: line 43 (parse_local_part): assertion failed: (ctx->parser.data != ctx->parser.end)
...local_part" #7 0x080eb373 in parse_addr_spec (ctx=0xbfe92d78) at message-address.c:163 ret = 24 ret2 = -1 #8 0x080eb49d in parse_mailbox (ctx=0xbfe92d78) at message-address.c:200 start = (const unsigned char *) 0x90fba9f "" ret = -1 #9 0x080eb503 in parse_mailbox_list (ctx=0xbfe92d78) at message-address.c:214 ret = 151951304 #10 0x080eb5c9 in parse_group (ctx=0xbfe92d78) at message-address.c:246 ret = 152025736 #11 0x080eb64c in parse_address (ctx=0xbfe92d78) at message-address.c:268 start = (const unsigned char *) 0x90fba88 "undiscl...