Displaying 9 results from an estimated 9 matches for "message_address_write".
2016 Apr 04
2
[PATCH 0/7] Fixes for lib-mail message-address
Hello,
I borrowed dovecot parser for email addresses and going to use it in new
perl module as replacement for Email::Address. During implementation 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:...
2016 Apr 02
2
[PATCH 0/7] Fixes for lib-mail message-address
Hello,
I borrowed dovecot parser for email addresses and going to use it in new
perl module as replacement for Email::Address. During implementation 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:...
2016 Apr 04
3
[PATCH 0/7] Fixes for lib-mail message-address
...ses and going to use it in new
> > perl module as replacement for Email::Address. During implementation 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 add...
2003 Oct 05
2
those assertions
...ery time it happens,
hdr_size is 0, while hdr_parsed_size.physical_size is non-zero
(presumably the correct value).
Does this help track it down? I can't manage to get hold of an mbox
that causes this though.
Another infrequent assertion that's popped up:
file message-address.c: line 262 (message_address_write): assertion failed: (addr->domain != NULL)
And one that's only ever been spotted once in the last few weeks:
file imap-bodystructure.c: line 278 (part_parse_headers): assertion failed: (part->physical_pos >= input->v_offset - start_offset)
I'm waiting for them to happen again...
2020 Jul 20
2
To field was not correct indexed by FTS
Hi,
This To field was not correct indexed by FTS.
To: Yamada Taro <yamada at example.com>,=?UTF-8?B?dXNlcjJAZXhhbXBsZS5jb20=?= <user2 at example.com>, =?UTF-8?B?dXNlcjNAZXhhbXBsZS5jb20=?= <user3 at example.com>,
user4 desu <user4 at example.com>
--> Yamada Taro <yamada at example.com> , user2 at example.com
And follow was correct indexed by FTS
To: Yamada
2020 Jul 20
0
To field was not correct indexed by FTS
...0 hdr->full_value,
191 hdr->full_value_len,
192 UINT_MAX, 0);
193 str = t_str_new(hdr->full_value_len);
194 message_address_write(str, addr);
195
196 i_debug("@@@@@ after address parse:%s",str_data(str));
Mail addresses were deleted when passed message_address_parse().
So this debug logs came like following:
Debug: @@@@@ befor address parse:uesr1 <user1 at example.com>
Debug: @@@@@ af...
2003 Mar 11
0
0.99.8.1 out
...doesn't anymore give internal error
* src/lib-storage/index/index-fetch.c: FETCH: \Seen flag updating
didn't work (eg. FETCH BODY[]).
* src/lib-imap/imap-parser.c: Literal parser broke if \r\n wasn't
in buffer at the time '}' was parsed.
* src/lib-mail/message-address.c: message_address_write() didn't
work.
* src/lib-mail/message-address.c: message_address_parse(): allow
using data_stack_pool
(above two fix SEARCH FROM, TO, CC, BCC crashing)
* src/lib-storage/index/index-save.c: Don't crash if something
tries to write 0 bytes in headers while saving the message. This
ha...
2003 Sep 01
1
Crash when searching messages
Hi,
I've been encountering a crash when trying to use the "Search messages"
function with mozilla on a newly indexed/subscribed mailbox. I tryed to
search something in "To or CC" and got the following :
Sep 1 09:07:13 aster imap(nico): file message-address.c: line 255
(message_address_write): assertion failed: (addr->domain != NULL)
Sep 1 09:07:13 aster dovecot: child 15674 (imap) killed with signal 6
In addition, mozilla gives the following message : "Server
mail.neo-lan.net has disconnected. The server may have gone down or
there may be a network problem" and the sear...
2020 Jul 20
2
To field was not correct indexed by FTS
...hdr->full_value,
> 191 hdr->full_value_len,
> 192 UINT_MAX, 0);
> 193 str = t_str_new(hdr->full_value_len);
> 194 message_address_write(str, addr);
> 195
> 196 i_debug("@@@@@ after address parse:%s",str_data(str));
>
> Mail addresses were deleted when passed message_address_parse().
> So this debug logs came like following:
>
> Debug: @@@@@ befor address parse:uesr1 <user1...