all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rolf Ade <rolf@pointsman.de>
To: help-gnu-emacs@gnu.org
Subject: Gnus configuration to connect IMAP server?
Date: Thu, 11 Aug 2016 17:24:57 +0200	[thread overview]
Message-ID: <87fuqbcoqe.fsf@linux-qg7d.fritz.box> (raw)



I'm using emacs 24.5.1 on linux.

Up to now I used gnus just for an nntp feed and, as
gnus-secondary-select-methods, gmane.

I'm trying to add an IMAP account as another
gnus-secondary-select-methods.

The IMAP server is working; I'm able to access the IMAP account with
thunderbird.

I've tried all kind of configurations, starting from simple up to
spelling out all kind of parameters, but no fun. E.g.

(setq gnus-secondary-select-methods '((nntp "news.gmane.org")
                                      (nnimap "umkehrbar"
                                              (nnimap-stream starttls)
                                              (nnimap-address "xxx.de")
                                              (nnimap-user "yyy@xxx.de")
                                              (nnimap-inbox "INBOX"))))

The *Messages* buffer tells me things like 

"Opening nnimap server on umkehrbar...failed: BAD Invalid characters in atom"

that doesn't help much.

I'm able to talk to the IMAP server on the cmd line:

rolf@linux-qg7d:~> gnutls-cli -s -p imap xxx.de
Processed 149 CA certificate(s).
Resolving 'xxx.de'...
Connecting to 'ddd.ddd.ddd.ddd:143'...
|<1>| Note that the security level of the Diffie-Hellman key exchange has been lowered to 512 bits and this may allow decryption of the session data

- Simple Client Mode:

* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN AUTH=LOGIN AUTH=DIGEST-MD5 AUTH=CRAM-MD5] Dovecot ready.
a1 LOGIN yyy@xxx.de zzz
a1 OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS BINARY MOVE QUOTA] Logged in
a2 LIST "" "*"
* LIST (\HasChildren) "." INBOX
* LIST (\HasNoChildren) "." INBOX.Spam
* LIST (\HasNoChildren) "." INBOX.Trash
* LIST (\HasNoChildren) "." INBOX.Sent
* LIST (\HasNoChildren) "." INBOX.Drafts
a2 OK List completed (0.000 secs).
a3 EXAMINE INBOX
* FLAGS (\Answered \Flagged \Deleted \Seen \Draft NonJunk)
* OK [PERMANENTFLAGS ()] Read-only mailbox.
* 4 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1470408319] UIDs valid
* OK [UIDNEXT 5] Predicted next UID
* OK [HIGHESTMODSEQ 12] Highest
a3 OK [READ-ONLY] Examine completed (0.000 secs).
a4 LOGOUT
* BYE Logging out
a4 OK Logout completed.
- Peer has closed the GnuTLS connection

What can I do to debug the problem?

Thanks
rolf



             reply	other threads:[~2016-08-11 15:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-11 15:24 Rolf Ade [this message]
2016-08-11 22:57 ` Gnus configuration to connect IMAP server? Rolf Ade
2016-08-12  0:43 ` Emanuel Berg
2016-08-12 13:14   ` Rolf Ade
2016-08-12 14:08     ` Emanuel Berg
2016-08-12 22:40       ` Rolf Ade
2016-08-12 23:33         ` Emanuel Berg
2016-08-12 23:55         ` Emanuel Berg
2016-08-12 15:54     ` Byung-Hee HWANG (황병희)
2016-08-12  1:46 ` Eric Abrahamsen

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=87fuqbcoqe.fsf@linux-qg7d.fritz.box \
    --to=rolf@pointsman.de \
    --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.