ソースを参照

remove spurious crlf during cram auth. not sure that this instance of
socket_write should be (re)moved, but as long as the .cont callback is
used only for this ...
investigation & patch by Mike Delaney.

Oswald Buddenhagen 21 年 前
コミット
6741bc94d9
1 ファイル変更0 行追加2 行削除
  1. 0 2
      src/drv_imap.c

+ 0 - 2
src/drv_imap.c

@@ -1174,8 +1174,6 @@ do_cram_auth (imap_store_t *ctx, struct imap_cmd *cmdp, const char *prompt)
 	free( resp );
 	if (n != l)
 		return -1;
-	if (socket_write( &imap->buf.sock, "\r\n", 2 ) != 2)
-		return -1;
 	cmdp->cb.cont = 0;
 	return 0;
 }