all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hikaru Ichijyo <ichijyo@macross.sdf.jp>
To: help-gnu-emacs@gnu.org
Subject: TLS POP in VM
Date: 27 Jun 2014 18:37:08 GMT	[thread overview]
Message-ID: <53adb9d4$0$22357$c3e8da3$f6268168@news.astraweb.com> (raw)

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


             reply	other threads:[~2014-06-27 18:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 18:37 Hikaru Ichijyo [this message]
2014-06-27 20:10 ` TLS POP in VM Glenn Morris

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='53adb9d4$0$22357$c3e8da3$f6268168@news.astraweb.com' \
    --to=ichijyo@macross.sdf.jp \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.