Re: Issue with SMTP

Petrik Galvosas <[email protected]> Sun, 2 Jun 2019 01:13:42 +0000
Newsgroups gmane.mail.wanderlust.general
Message-ID <871s0chjr1.wl%[email protected]>
Thanks so much!!!

> Probably gnutls-cli's output has been changed.  Please add below code
> into ~/.wl
>=20
> (setq starttls-success "- Options: ")

Just inserting this made it work again. I am so happy!


> FYI, starttls.el says as below
> > (defcustom starttls-success "- Compression: "
> >   "Regular expression indicating completed TLS handshakes.
> > The default is what GnuTLS's \"gnutls-cli\" outputs."
> >   ;; GnuTLS cli.c:do_handshake() calls, on success,
> >   ;; common.c:print_info(), that unconditionally print this string
> >   ;; last.  If that logic, or the string itself, is modified, this
> >   ;; must be updated.
>=20
> Or, enable built-in GnuTLS support of Emacs and use it.  You use
> gnutls-cli program for STARTTLS connection, but this feature (tls.el
> and starttls.el) has been obsolete in trunk.

Would you mind elaborating in two sentences? I understand that
starttls.el  and tls.el is depreciated. I understand that I used and
use the gnutls-cli and hope which is what I should do preferably. I
noticed that the SMTP session trace changed completely after inserting

(setq starttls-success "- Options: ")

not printing out any certificates or public art anymore.

So, it works, which is great but why, what have I changed by inserting
this line?=20

Thanks so much again. This is now send via WL again.

Petrik