From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Phillip Lord Newsgroups: gmane.emacs.help Subject: Re: smtp-openssl.el Date: Thu, 25 Oct 2007 14:44:59 +0100 Message-ID: <87bqan8g10.fsf@dinley.ncl.ac.uk> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1193320241 1498 80.91.229.12 (25 Oct 2007 13:50:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Oct 2007 13:50:41 +0000 (UTC) Cc: Simon Josefsson , help-gnu-emacs@gnu.org To: Reiner Steib Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 25 15:50:42 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Il36Y-0002kl-6V for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Oct 2007 15:50:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Il36P-00011y-Vr for geh-help-gnu-emacs@m.gmane.org; Thu, 25 Oct 2007 09:50:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Il31R-0001Fg-NL for help-gnu-emacs@gnu.org; Thu, 25 Oct 2007 09:45:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Il31P-0001By-Py for help-gnu-emacs@gnu.org; Thu, 25 Oct 2007 09:45:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Il31P-0001Bd-LX for help-gnu-emacs@gnu.org; Thu, 25 Oct 2007 09:45:15 -0400 Original-Received: from cheviot8.ncl.ac.uk ([128.240.234.5]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Il31P-0008FV-6O for help-gnu-emacs@gnu.org; Thu, 25 Oct 2007 09:45:15 -0400 X-Newcastle-MailScanner-Watermark: 1193924701.25797@k8wchlkzSqMKF3SXAG9xCA Original-Received: from dinley.ncl.ac.uk (dinley.ncl.ac.uk [128.240.148.177]) by cheviot8.ncl.ac.uk (8.13.1/8.13.1) with ESMTP id l9PDixws028952; Thu, 25 Oct 2007 14:45:00 +0100 In-Reply-To: (Reiner Steib's message of "Wed\, 24 Oct 2007 21\:49\:26 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Newcastle-MailScanner-Information: Please contact Postmaster@newcastle.ac.uk for more information X-Newcastle-MailScanner: Found to be clean X-Newcastle-MailScanner-MCPCheck: X-Newcastle-MailScanner-From: phillip.lord@newcastle.ac.uk X-NCL-Spam-Status: No X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Thu, 25 Oct 2007 09:49:08 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48799 Archived-At: >>>>> "RS" == Reiner Steib writes: RS> [ Please direct responses to RS> gnu.emacs.help/gmane.emacs.help/help-gnu-emacsgnu.org, not to RS> gnu.emacs.sources/gmane.emacs.sources/gnu.emacs.sourcesgnu.org ] RS> On Tue, Oct 23 2007, Phillip Lord wrote: >> Here is a new version of smtp-openssl.el. >> >> This file enables the use of openssl as opposed to gnutls for encrypted >> access to an SMTP server for sending mail. This works cross-platform, >> with cygwin openssl on windows, which I can't get gnutls to do. RS> Would it make sense to rewrite this a patch to `smtpmail.el'? Probably. There is a bit of a hack which would work better inside smptmail. However the whole lot is poorly tested; I have only one smtp server at my call. Phil