From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32820 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and ESMTP Date: 07 Oct 2000 20:34:21 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169038 21920 80.91.224.250 (21 Oct 2002 02:57:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:57:18 +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 94B14D051E for ; Sat, 7 Oct 2000 14:37:15 -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 NAC08028; Sat, 7 Oct 2000 13:33:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 07 Oct 2000 13:33:01 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA20693 for ; Sat, 7 Oct 2000 13:32:52 -0500 (CDT) Original-Received: from dolk.extundo.com (dolk.extundo.com [195.42.214.242]) by mailhost.sclp.com (Postfix) with ESMTP id 27F84D051E for ; Sat, 7 Oct 2000 14:33:12 -0400 (EDT) Original-Received: from barbar.josefsson.org (localhost.localdomain [127.0.0.1]) by dolk.extundo.com (8.11.0/8.11.0) with ESMTP id e97IXAF26744; Sat, 7 Oct 2000 20:33:10 +0200 Original-To: Miroslav Zubcic Original-Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32820 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32820 (reply to old thread about starttls support in smtpmail.el) I implemented STARTTLS support for smtpmail.el, and created a page to describe how to use it at http://josefsson.org/emacs-smtp-starttls.html The patch also include support for the SASL authentication method CRAM-MD5 too. Hopefully something similar can be shipped with emacsen in the future.