On Mon, 2009-06-01 at 20:29 +0200, reg9009 wrote:
> The effect on Outlook/OE is that it keeps asking for the password...

Hmh. What about with the attached patch? I guess it then at least logs
in, but does it use IDLE?

diff -r 36311318a958 src/imap/main.c
--- a/src/imap/main.c	Mon Jun 01 14:37:18 2009 -0400
+++ b/src/imap/main.c	Mon Jun 01 14:40:37 2009 -0400
@@ -109,9 +109,9 @@
 		/* client doesn't seem to understand tagged capabilities. send
 		   untagged instead and hope that it works. */
 		o_stream_cork(client->output);
+		client_send_line(client, t_strconcat(tag, " Logged in", NULL));
 		client_send_line(client, t_strconcat("* CAPABILITY ",
 			str_c(client->capability_string), NULL));
-		client_send_line(client, t_strconcat(tag, " Logged in", NULL));
 		o_stream_uncork(client->output);
 	} else {
 		client_send_line(client, t_strconcat(

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to