From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31702 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and ESMTP Date: 09 Jul 2000 12:49:31 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168082 15573 80.91.224.250 (21 Oct 2002 02:41:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:41:22 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 6DD63D051E for ; Sun, 9 Jul 2000 06:53:20 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id FAC24324; Sun, 9 Jul 2000 05:49:49 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 09 Jul 2000 05:48:54 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id FAA20401 for ; Sun, 9 Jul 2000 05:48:41 -0500 (CDT) Original-Received: from mailb.telia.se (mailb.telia.se [131.115.15.109]) by mailhost.sclp.com (Postfix) with ESMTP id 928DFD051E for ; Sun, 9 Jul 2000 06:49:09 -0400 (EDT) Original-Received: from mailb.telia.se (localhost [127.0.0.1]) by mailb.telia.se (8.9.3/8.9.3) with ESMTP id MAA15837 for ; Sun, 9 Jul 2000 12:49:07 +0200 (METDST) Original-Received: from barbar.josefsson.org (t5o72p90.telia.com [212.181.217.90]) by mailb.telia.se (8.9.3/8.9.3) with SMTP id MAA15817; Sun, 9 Jul 2000 12:49:04 +0200 (METDST) Original-To: Miroslav Zubcic In-Reply-To: Miroslav Zubcic's message of "07 Jul 2000 13:09:02 +0200" Mail-Copies-To: never Original-Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Capitol Reef) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31702 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31702 Miroslav Zubcic writes: > You have right Kai! Even to me (no habla LISP) is obvious, I must > replace only SMTP commands HELO/EHLO, and some minor changes must be > done. For STARTTLS (RFC 2487), ssl.el will be relative easy to > implement (on the first look). But for a start I must make smtpmail.el > to work with Gnus... ssl.el does not do STARTTLS. 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. 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. [1] http://www.pdc.kth.se/~jas/starttls-0.1.tar.gz [2] http://www.pdc.kth.se/~jas/emacs-rfc2554.html