Gnus development mailing list
 help / color / mirror / Atom feed
From: Miroslav Zubcic <miroslav.zubcic@zesoi.fer.hr>
Subject: Re: Gnus and ESMTP
Date: 11 Jul 2000 13:06:18 +0200	[thread overview]
Message-ID: <m3puolc4et.fsf@anthea.sporades.hr> (raw)
In-Reply-To: <ilug0pjtw78.fsf@barbar.josefsson.org>

Simon Josefsson <simon@josefsson.org> writes:

> There is a STARTTLS implementation in elisp/C [1] by Daiki Ueno that
> work with IMAP, if you want I could make an attempt to make it work
> for SMTP too.

It will be realy nice, I have tryed to do something with this
starttls elisp/C and smtp.el, but without some better progress. :-( On
the first look it seems simple, but it isn't. What Gnus + smtpmail
must to do is:

        - open connection on port 25
        - EHLO (not HELO)
        - STARTTLS (now he must show certificate to MTA and open ssl)
        - EHLO (yes, again, but now MTA don't offer STARTTLS anymore)
        - AUTH CRAM-MD5 (optionaly)
        - MAIL FROM:  ...... etc...

> As you noted, SMTP with the CRAM-MD5 SASL method is available at [2].
> I'm not sure the patch still apply cleanly but only minor
> modifications should be required anyway.

It looks like i miss some libraries, because patch wont byte-compile
properly. BTW, nnimap.el (or something in cooperation with it) is
using CRAM-MD5 SASL when loging to cyrus imapd.

-- 
This signature intentionally left blank



  parent reply	other threads:[~2000-07-11 11:06 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-06 22:47 Miroslav Zubcic
2000-07-07  1:16 ` Kevin Falcone
2000-07-07  8:54   ` Kai Großjohann
2000-07-07 10:48   ` Miroslav Zubcic
2000-07-07 11:44     ` Kai Großjohann
2000-07-07 12:33     ` David Kågedal
2000-07-07  8:59 ` Kai Großjohann
2000-07-07 11:09   ` Miroslav Zubcic
2000-07-07 11:59     ` ShengHuo ZHU
2000-07-07 17:32       ` Miroslav Zubcic
2000-07-07 13:41     ` William M. Perry
2000-07-09 10:49     ` Simon Josefsson
2000-07-09 14:48       ` William M. Perry
2000-07-11  9:02         ` Simon Josefsson
2000-07-11 11:17           ` Miroslav Zubcic
2000-07-11 12:53           ` William M. Perry
2000-07-11 11:06       ` Miroslav Zubcic [this message]
2000-10-07 18:34 Simon Josefsson
2004-05-16 22:13 Marcelo Toledo
2004-05-16 22:57 ` Jesper Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3puolc4et.fsf@anthea.sporades.hr \
    --to=miroslav.zubcic@zesoi.fer.hr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).