From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hikaru Ichijyo Newsgroups: gmane.emacs.help Subject: TLS POP in VM Date: 27 Jun 2014 18:37:08 GMT Organization: UN Spacy Message-ID: <53adb9d4$0$22357$c3e8da3$f6268168@news.astraweb.com> NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1403894445 1865 80.91.229.3 (27 Jun 2014 18:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Jun 2014 18:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 27 20:40:39 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X0b4g-0007pd-MP for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jun 2014 20:40:38 +0200 Original-Received: from localhost ([::1]:51869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0b4f-0004mb-TO for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Jun 2014 14:40:37 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (Linux/3.14.5 (x86_64)) Original-Lines: 26 Original-NNTP-Posting-Host: 8ae016c0.news.astraweb.com Original-X-Trace: DXC=25>Nb22ZP96fB5aLm@JgR Original-Xref: usenet.stanford.edu gnu.emacs.help:206164 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98435 Archived-At: Before anyone asks, the reason I'm asking this in a general Emacs newsgroup and not some forum for talking about VM is because I'm running GNU Emacs 24, which is supposed to have internal support for SSL without using a stunnel program. Someone may know about Emacs 24 SSL support in general (irrespective of VM), and that might help. Anyway...can VM do POP/IMAP over TLS? All of the examples I see in documentation show POP over regular SSL, port 995. Can you open a connection on port 110 and negotiate encryption with a TLS handshake? I'm currently trying to do something like this (login replaced with "LOGIN-ID" in example): (setq vm-pop-folder-alist '(("pop-ssl:pop.comcast.net:110:pass:LOGIN-ID:*" "Comcast")) ) It's not working. Do I need a stunnel program to do TLS? I currently have nothing set for vm-stunnel-program because I was hoping the new internal SSL in Emacs would be used. -- He that would make his own liberty secure must guard even his enemy from oppression; for if he violates this duty, he establishes a precedent that will reach to himself. --Thomas Paine