From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83108 Path: news.gmane.org!not-for-mail From: Albert Krewinkel Newsgroups: gmane.emacs.gnus.general Subject: Updates to sieve-manage.el Date: Sat, 04 May 2013 16:48:28 +0200 Message-ID: <87sj22dcn7.fsf@caffelatte.moltkeplatz.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367679017 26772 80.91.229.3 (4 May 2013 14:50:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 May 2013 14:50:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31374@lists.math.uh.edu Sat May 04 16:50:17 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UYdmy-0003Up-Da for ding-account@gmane.org; Sat, 04 May 2013 16:50:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1UYdlP-0003wa-EH; Sat, 04 May 2013 09:48:39 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UYdlM-0003wM-NT for ding@lists.math.uh.edu; Sat, 04 May 2013 09:48:36 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1UYdlK-00065H-W4 for ding@lists.math.uh.edu; Sat, 04 May 2013 09:48:36 -0500 Original-Received: from moltkeplatz.de ([85.214.95.47]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UYdlI-000748-TA for ding@gnus.org; Sat, 04 May 2013 16:48:32 +0200 Original-Received: from caffelatte.moltkeplatz.de (unknown [46.59.162.8]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by moltkeplatz.de (Postfix) with ESMTPSA id 10C4C568F0 for ; Sat, 4 May 2013 16:48:30 +0200 (CEST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83108 Archived-At: Hi all, I tried to get sieve-manage working with my dovecot/pigeonhole server. It didn't quite work out of the box, so I made a few adjustments to the code. The result is in my github-repo at git://github.com/tarleb/gnus.git (in the "sieve" branch). Most noticable changes: - Added support for starttls - Allowing multibyte-process buffers (couldn't get string-parsing/encoding working without it) - Slightly nicer looking code (IMHO of course) - An ugly workaround which I intend to fix by the end of next week. Any feedback on the code or advice on how to get this upstream would be highly appreciated. Thanks, Albert