all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* TLS POP in VM
@ 2014-06-27 18:37 Hikaru Ichijyo
  2014-06-27 20:10 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Hikaru Ichijyo @ 2014-06-27 18:37 UTC (permalink / raw)
  To: help-gnu-emacs

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: TLS POP in VM
  2014-06-27 18:37 TLS POP in VM Hikaru Ichijyo
@ 2014-06-27 20:10 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-06-27 20:10 UTC (permalink / raw)
  To: Hikaru Ichijyo; +Cc: help-gnu-emacs

Hikaru Ichijyo wrote:

> 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.
[...]
> 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.

VM would need to be changed to used the internal Emacs TLS support, and
AFAIK it hasn't been (?). But that's a question that you would have to
ask on a VM list... :)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-27 20:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-27 18:37 TLS POP in VM Hikaru Ichijyo
2014-06-27 20:10 ` Glenn Morris

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.