[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] GnuTLS support on Woe32
From: |
Claudio Bley |
Subject: |
Re: [PATCH] GnuTLS support on Woe32 |
Date: |
Mon, 07 Mar 2011 22:33:47 +0100 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.1 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
At Mon, 07 Mar 2011 17:34:56 +0100,
Lars Magne Ingebrigtsen wrote:
>
> address@hidden (Claudio Bley) writes:
>
> > +(eval-and-compile
> > + (when (fboundp 'gnutls-boot) (require 'gnutls)))
> > +
> > (defun starttls-negotiate-gnutls (process)
>
> I think starttls.el should probably be left as is -- that is, use it
> only for doing the STARTTLS connections based on the external
> programs.
For me, external programs don't work (reliably, satisfactory, fast).
> That way it can be decided on a higher level whether to use the built-in
> version or not. Which is particularly important since there are still
> rather serious bugs in the built-in gnutls support.
OK, but changing starttls.el in this manner, makes a whole bunch of
other libraries suddenly work which require starttls.el.
> Have a look at proto-stream.el (currently residing in the Gnus
> directory, but should be moved to the net directory at some point),
> which provides comprehensive support for TLS/STARTTLS based on
> starttls.el and/or gnutls.c (including opportunistic upgrades based on
> the capabilities of the server).
I'll look into it. Thanks.
> I've been meaning to change pop3.el and smtpmail.el to use
> open-protocol-stream to get these nice features working automatically
> there, too, but I haven't gotten around to it yet.
But I want to receive/send Emails now ;-) As you can see I'm using
Wanderlust because Gnus just didn't cut it (haven't tried the trunk
version, though). Has POP3 UIDL support been implemented in the
meantime?
- Claudio
- Re: [PATCH] GnuTLS support on Woe32, (continued)
- Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/03/25
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/23
- Re: [PATCH] GnuTLS support on Woe32, Stefan Monnier, 2011/03/23
- GNU coding standard highlighting rules (was: [PATCH] GnuTLS support on Woe32), Ted Zlatanov, 2011/03/24
- Re: GNU coding standard highlighting rules, Stefan Monnier, 2011/03/27
- Re: GNU coding standard highlighting rules, Ted Zlatanov, 2011/03/28
- Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/03/23
- Re: [PATCH] GnuTLS support on Woe32, Eli Zaretskii, 2011/03/07
- Re: [PATCH] GnuTLS support on Woe32, Robert Pluim, 2011/03/07
Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/07
- Re: [PATCH] GnuTLS support on Woe32,
Claudio Bley <=
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/08
- Re: [PATCH] GnuTLS support on Woe32, Claudio Bley, 2011/03/09
- Re: [PATCH] GnuTLS support on Woe32, Lars Magne Ingebrigtsen, 2011/03/09
- POP3 UIDL - pop3-leave-mail-on-server (was: [PATCH] GnuTLS support on Woe32), Reiner Steib, 2011/03/10
- Re: POP3 UIDL - pop3-leave-mail-on-server, Lars Magne Ingebrigtsen, 2011/03/15
- Re: POP3 UIDL - pop3-leave-mail-on-server, chad, 2011/03/15
Re: [PATCH] GnuTLS support on Woe32, Ted Zlatanov, 2011/03/07