Displaying 3 results from an estimated 3 matches for "client_handle_unfinished_cmd".
2008 May 07
1
Bug [1.1rc5]: Crash during "CPU architecture changed" index upgrade
...0x0004f21f mailbox_sync + 31 -> 13
imap 0x00006167 cmd_select_full + 231 -
> 14 imap 0x0000
May 6 19:46:48 posh dovecot[1169]: IMAP(cabel): 6329 cmd_select + 25 -
> 15 imap 0x00008409
client_handle_unfinished_cmd + 201 -> 16
imap 0x000084ab
client_handle_unfinished_cmd + 363 -> 17
imap 0x00008705
client_handle_unfinished_cmd + 965 -> 18
imap 0x00008962 client_input + 114 ->
19 imap...
2008 Jul 07
2
Possible bug in v1.1.1
Greetings,
I recently upgraded our server from Dovecot 1.0.14 to 1.1.1. I am building
using the FreeBSD ports system, so nothing is custom aside from the flags
set there.
dovecot fell down a few days after the update with:
pid 1823 (imap), uid 1000: exited on signal 11
the mail log shows:
Jul 4 14:36:07 hostname dovecot: IMAP(username): Corrupted index cache
file
2010 Apr 09
4
Patch: support URLAUTH, BURL, CATENATE
...until we've
found a new line */
unsigned int modseqs_sent_since_sync:1;
+ unsigned int output_squelch:1; /* APPLE - urlauth */
+ unsigned int submit:1; /* APPLE - urlauth */
};
/* Create new client with specified input/output handles. socket specifies
@@ -188,6 +190,9 @@
bool client_handle_unfinished_cmd(struct client_command_context *cmd);
void client_continue_pending_input(struct client *client);
+/* APPLE - catenate */
+bool client_skip_line(struct client *client);
+
void client_input(struct client *client);
bool client_handle_input(struct client *client);
int client_output(struct client *...