From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#8080: 24.0.50; Sending mail failed with Gmail/GnuTLS on Windows Date: Wed, 23 Feb 2011 15:47:05 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fwrejuee.fsf@lifelogs.com> References: <864o80zgns.fsf@gmail.com> <84ipwco382.wl%claudio.bley@gmail.com> <86oc63sisu.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1298501616 16433 80.91.229.12 (23 Feb 2011 22:53:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 22:53:36 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 23:53:32 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsNZr-0002ab-9u for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 23:53:26 +0100 Original-Received: from localhost ([127.0.0.1]:48429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsNYx-0007z9-3P for geb-bug-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 17:52:03 -0500 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!news2.euro.net!news.mixmin.net!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 32 Original-X-Trace: news.albasani.net 8ZyEvp/xivwab5u4najAYi7E2x40aW0nUhbl7TjDC/O+YwBBYU8Jb0yeda0At7ReYKN7SH5GyAV+Bj+I/c3/CtVvcWDk/H0JP49ApcGXHlQF4Yj5TaPv4cawNGbtJOYk Original-NNTP-Posting-Date: Wed, 23 Feb 2011 21:47:05 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:tq0ukgGwaZyHHs4tr8B7XZmvzXk= sha1:Bo6LsPygRpUTxE2g0VEygeXa+Yw= User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Injection-Info: news.albasani.net; logging-data="I/lEUO6+d/rDKdB3cK8y4vR8XqtVqrpO0LxQEoEDZSYG3G8FPc2Tx0gANIj0kMx9cKmouwgji++SxK9sVy3k6nN2rceQ0VRJ7L7Ui45906Gg7BG5OA4td249o8iA/lUN"; mail-complaints-to="abuse@albasani.net" Original-Xref: usenet.stanford.edu gnu.emacs.bug:71634 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:44321 Archived-At: On Wed, 23 Feb 2011 22:13:16 +0100 claudio.bley@gmail.com (Claudio Bley) wrote: CB> At Tue, 22 Feb 2011 17:20:33 -0700, CB> Christoph wrote: >> >> claudio.bley@gmail.com (Claudio Bley) writes: >> > You would need to use gnutls-cli from Cygwin and hack starttls.el. Or >> > wait for me to submit my GnuTLS changes for Woe32 and build Emacs with >> > gnutls support... ;) >> >> I can send mail using msmtp from Cygwin, but I was just wondering why >> the gnutls-cli stuff didn't work. >> >> How soon can we expect these changes you talk about? CB> Until now I was hunting for some spurious bug which looked like a race CB> condition. (note to self: disable any arcane security software before CB> starting up the debugger next time) CB> Since I experimented with a few things the code needs some cleanup / CB> polishing now. I'll try to submit a patch next weekend. That's terrific. Thank you for working on that. Are you interested in adding support for the more recent versions of GnuTLS as well (2.10+)? I stopped with the one generally available in Debian at the time (see http://permalink.gmane.org/gmane.emacs.gnus.general/75001). It's on my TODO list to upgrade to 2.10 and add callbacks for certificate verification, but if you want to try it I would be grateful. Ted