Displaying 4 results from an estimated 4 matches for "i_stream_set_read_limit".
2003 Dec 17
2
Assert in Fedora dovecot-0.99.10.4-1
Hello,
I'm seeing this in my dovecot log file:
imap(blair): Dec 16 13:53:06 Panic: file istream.c: line 93
(i_stream_set_read_limit): assertion failed:
(stream->v_size == 0 || v_offset <= stream->v_size)
I get this consistently when I search for the string
"unknown C primitive"
across 10 mailboxes using the Windows Netscape 4.80 client.
If there's any more information I can provide, please let me
know...
2003 Apr 21
0
Patch for zero content-length
...:1;
};
int mbox_set_syscall_error(struct mail_index *index, const char
*function);
*** mbox-index.c.orig Mon Mar 24 05:52:44 2003
--- mbox-index.c Sun Apr 20 12:41:16 2003
***************
*** 264,277 ****
start_offset = ctx->input->v_offset;
i_stream_set_read_limit(ctx->input, 0);
! end_offset = start_offset + ctx->content_length;
! if (ctx->content_length == 0 ||
!mbox_verify_end_of_body(ctx->input, end_offset)) {
! if (ctx->content_length != 0)...
2003 Nov 01
4
Bug with partial IMAP fetches
An HTML attachment was scrubbed...
URL: http://procontrol.fi/pipermail/dovecot/attachments/20031031/84fb6a1b/attachment.html
-------------- next part --------------
X-UIDL: 61c08992b287bf24b6fff123164620b2
Return-Path: <mreimer@vpop.net>
Delivered-To: krista@vpop.net
Received: from vpop.net (bilbo.vpop.net [65.103.33.41])
by boromir.vpop.net (Postfix) with ESMTP id 6B7D43A60F6
for
2003 Oct 16
2
A view quirks
Aloha Timo.
I found a few odd things while playing with dovecot. At least
one of them bugs me, but it might be a result of my own
patches - I haven't testet it with mbox or maildir, yet.
The details :)
1.
* OK dovecot ready.
A = (<return>
Connection closed by foreign host.
2.
* OK dovecot ready.
A001 LOGIN xxxxxx xxxxxx
A001 OK Logged in.
A002 COPY 1 INBOX
Connection closed by