[Pkg-wmaker-commits] [wmbiff] 01/09: bugfix for cyrus imap servers, thanks to Jon Ramsey

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:05:26 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_23
in repository wmbiff.

commit 93faee71fd084212323fe601223596b2659b012c
Author: bluehal <bluehal>
Date:   Sat Feb 14 18:10:31 2004 +0000

    bugfix for cyrus imap servers, thanks to Jon Ramsey
---
 wmbiff/Imap4Client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index dd8effb..ba56ac7 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -447,7 +447,7 @@ void imap_cacheHeaders( /*@notnull@ */ Pop3 pc)
 				IMAP_DM(pc, DEBUG_ERROR, "error fetching: %s", hdrbuf);
 			}
 			if (!fetch_command_done) {
-				tlscomm_expect(scs, "a04 OK FETCH", hdrbuf, 127);
+				tlscomm_expect(scs, "a04 OK", hdrbuf, 127);
 			}
 		} while ((msgid = strtok(NULL, " \r\n")) != NULL
 				 && isdigit(msgid[0]));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list