Gnus development mailing list
 help / color / mirror / Atom feed
From: Tim Landscheidt <tim@tim-landscheidt.de>
To: ding@gnus.org
Subject: pop3.el and SSL
Date: Mon, 03 Aug 2009 15:38:21 +0000	[thread overview]
Message-ID: <m3d47cdi1e.fsf@passepartout.tim-landscheidt.de> (raw)

Hi,

I'm trying to enable SSL (STARTTLS maybe later) for my POP3
accounts and installed Emacs 23.1.1/Gnus v5.13 for that rea-
son. I can access the server with no problems on the command
line by:

| [tim@passepartout ~]$ openssl s_client -host pop3.strato.de -port pop3s

or

| [tim@passepartout ~]$ gnutls-cli -p 995 pop3.strato.de

If I put that into an element for mail-sources:

| (pop :server "pop3.strato.de"
|      :port "pop3s"
|      :user "private"
|      :password "private"
|      :stream ssl)

on getting new mail, *Messages* shows:

| Opening TLS connection to `pop3.strato.de'...
| Opening TLS connection with `gnutls-cli -p 995 pop3.strato.de'...done
| Opening TLS connection to `pop3.strato.de'...done

and then a question appears in the message buffer "Mail
source error ([...]) (POP connexion failed). Continue?". No
mail is ever downloaded, even though sometimes no error mes-
sage pops up (caching of a failed connection?).

  The stream type is not documented in the *info* manual,
and the documentation on SSL for IMAP is rather thin. So how
do I find out what is wrong?

TIA,
Tim

P. S.: Is there any particular reason why the error message
       reads "conne*x*ion failed" and not "conne*ct*ion
       failed"?




             reply	other threads:[~2009-08-03 15:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03 15:38 Tim Landscheidt [this message]
2009-08-04 14:58 ` Denys Duchier
2009-08-05  0:02   ` Tim Landscheidt

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=m3d47cdi1e.fsf@passepartout.tim-landscheidt.de \
    --to=tim@tim-landscheidt.de \
    --cc=ding@gnus.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).