Displaying 4 results from an estimated 4 matches for "parse_addr_spec".
2016 Apr 04
2
[PATCH 0/7] Fixes for lib-mail message-address
...lementation and
testing I found bugs in dovecot parser & generator. So I'm sending my
patches together with tests.
Pali Roh?r (7):
lib-mail: message_address_write: Fix generating empty group list
lib-mail: message_address_write: Fix generating group list with empty
name
lib-mail: parse_addr_spec: Like in rfc822_skip_comment() check if
last_comment is not NULL
lib-mail: parse_addr_spec: Email address without local-part is
invalid
lib-mail: parse_mailbox: Set display name instead mailbox when
parsing failed
lib-mail: message_address_write: Quote and escape strings if needed...
2016 Apr 02
2
[PATCH 0/7] Fixes for lib-mail message-address
...lementation and
testing I found bugs in dovecot parser & generator. So I'm sending my
patches together with tests.
Pali Roh?r (7):
lib-mail: message_address_write: Fix generating empty group list
lib-mail: message_address_write: Fix generating group list with empty
name
lib-mail: parse_addr_spec: Like in rfc822_skip_comment() check if
last_comment is not NULL
lib-mail: parse_addr_spec: Email address without local-part is
invalid
lib-mail: parse_mailbox: Set display name instead mailbox when
parsing failed
lib-mail: message_address_write: Quote and escape strings if needed...
2016 Apr 04
3
[PATCH 0/7] Fixes for lib-mail message-address
.... So I'm sending my
> > patches together with tests.
> >
> > Pali Roh?r (7):
> > lib-mail: message_address_write: Fix generating empty group list
> > lib-mail: message_address_write: Fix generating group list with empty
> > name
> > lib-mail: parse_addr_spec: Like in rfc822_skip_comment() check if
> > last_comment is not NULL
> > lib-mail: parse_addr_spec: Email address without local-part is
> > invalid
> > lib-mail: parse_mailbox: Set display name instead mailbox when
> > parsing failed
> > lib-mai...
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)
...bf0 "file %s: line %d (%s):
assertion failed: (%s)") at failures.c:197
args = 0xbfe92c54 "???+\022\b+"
#6 0x080eaee7 in parse_local_part (ctx=0xbfe92d78) at message-address.c:43
ret = 0
__PRETTY_FUNCTION__ = "parse_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-add...