thomas: server/imapd .cvsignore, 1.2, 1.3 Makefile, 1.31, 1.32 README, 1.4, 1.5 kolab.patch, 1.31, 1.32 timsieved-starttls-sendcaps.patch, NONE, 1.1

cvs at kolab.org cvs at kolab.org
Tue Mar 11 16:42:22 CET 2008


Author: thomas

Update of /kolabrepository/server/imapd
In directory doto:/tmp/cvs-serv7546/imapd

Added Files:
	.cvsignore Makefile README kolab.patch 
	timsieved-starttls-sendcaps.patch 
Log Message:
Added server/imapd with everything needed to build imapd-2.3.11-20080101_kolab

timsieved-starttls-sendcaps.patch is not yet integrated into Gunnar's patch
queue or in the OpenPKG package, so I moved it to this directory.

http://ftp.gwdg.de/pub/linux/kolab/server/development-2.2/openpkg-orig-srpms/
should show up on the mirrors soon.






--- NEW FILE: timsieved-starttls-sendcaps.patch ---
This patch was downloaded from https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/timsieved/parser.c.diff?r1=1.44;r2=1.45
(minus the CVS keywords)

It should be reverse-applied with patch -p2 -R to work around the kontact
behaviour described in kolab/issue2443 (kontact aborts sieve when imapd sends
capabilities after starttls) and can be dropped as soon as kontact has a way
to work with old and new cyrus imapd servers.

--- src/cyrus/timsieved/parser.c	2007/11/26 20:23:06	1.44
+++ src/cyrus/timsieved/parser.c	2007/12/10 14:47:08	1.45
@@ -861,7 +861,7 @@ static int cmd_starttls(struct protstrea
 
     starttls_done = 1;
 
-    return result;
+    return capabilities(sieved_out, sieved_saslconn, starttls_done, authenticated);
 }
 #else
 static int cmd_starttls(struct protstream *sieved_out, struct protstream *sieved_in)





More information about the commits mailing list