Displaying 2 results from an estimated 2 matches for "6a9508d28d34".
2014 Jun 05
2
Outlook 2007 & 2010 hangs in v2.2?
Has anybody noticed Outlook 2007 & 2010 (but apparently not 2013) hanging IMAP connections with Dovecot v2.2 (but not v2.1) when they're FETCHing large mails? I can't think of any reasonable explanation for this.
2014 Jul 23
1
Maybe error in login-common/login-proxy.c/proxy_client_input
Hi!
It seems that o_stream_cork should be done on proxy->server_output but not on proxy->client_output.
o_stream_cork(proxy->client_output);
ret2 = o_stream_send(proxy->server_output, buf, ret);
o_stream_uncork(proxy->server_output);