[mew-int 2910] Re: Problems connecting to imap with TLS

Harald Hanche-Olsen <[email protected]> Mon, 30 Aug 2010 09:20:51 +0200 (CEST)
Newsgroups gmane.mail.mew.general
Message-ID <[email protected]>
+ Harri Kiiskinen <[email protected]>:

> 	 (imap-port 143)
> 	 (imap-ssl-port 143)

They run imap over tls on port 143? Are you sure you got that right?
The corresponding lines in my setup look like this:

	   (imap-port "143")
	   (imap-ssl-port "993")	; same port: use tls

Try it and see if it doesn't help.

- Harald