Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Sebastian Kaps <seb-dated-1058294806.56b1ea@toyland.sauerland.de>
Subject: Setting up Gnus with IMAP
Date: Sun, 13 Jul 2003 23:41:32 +0200	[thread overview]
Message-ID: <m3d6gehzoz.fsf@toyland.sauerland.de> (raw)

Hi!

I'm trying to use Gnus with IMAP.
I've read Robin's HOWTO on my.gnus.org, but something doesn't work. When
I launch Gnus and type "^" to enter the server buffer, I see this:
,----
|      {nnimap:192.168.1.2} (denied)
`----

My setup looks like this:
,----
| (setq
|  gnus-select-method '(nntp "192.168.1.2")
|  gnus-secondary-select-methods '((nnml "")
| 				 (nnimap "192.168.1.2"
| 					 (nnimap-address "192.168.1.2")
| 					 (nnimap-server-port "143")
| 					 (nnimap-authenticator "login")
| 					 (nnimap-expunge-on-close "never")
| 					 (nnimap-authinfo-file "~/.authinfo")
| 					 (nnimap-stream "network")
| 					 )))
| (setq imap-debug "*imap-debug*")
| (setq imap-log "*imap-log*")
| (setq nnimap-debug "*nnimap-debug*")
`----

and the logs:

,----[ *nnimap-debug* ]
| ======================================================================
| 1 -> nnimap-server-opened: server="192.168.1.2"
| 1 <- nnimap-server-opened: nil
| ======================================================================
| 1 -> nnimap-open-server: server="192.168.1.2" defs=((nnimap-address "192.168.1.2") (nnimap-server-port "143") (nnimap-authenticator "login") (nnimap-expunge-on-close "never") (nnimap-authinfo-file "~/.authinfo") (nnimap-stream "network"))
| | 2 -> nnimap-server-opened: server="192.168.1.2"
| | 2 <- nnimap-server-opened: nil
| | 2 -> nnimap-open-connection: server="192.168.1.2"
| | 2 <- nnimap-open-connection: nil
| 1 <- nnimap-open-server: nil
| ======================================================================
| 1 -> nnimap-server-opened: server="192.168.1.2"
| 1 <- nnimap-server-opened: nil
| ======================================================================
| 1 -> nnimap-open-server: server="192.168.1.2" defs=((nnimap-address "192.168.1.2") (nnimap-server-port "143") (nnimap-authenticator "login") (nnimap-expunge-on-close "never") (nnimap-authinfo-file "~/.authinfo") (nnimap-stream "network"))
| | 2 -> nnimap-server-opened: server="192.168.1.2"
| | 2 <- nnimap-server-opened: nil
| | 2 -> nnimap-open-connection: server="192.168.1.2"
| | 2 <- nnimap-open-connection: nil
| 1 <- nnimap-open-server: nil
`----

,----[ *imap-debug* ]
| | 2 -> imap-opened: buffer=" *nnimap* 192.168.1.2"
| | 2 <- imap-opened: nil
| | | 3 -> imap-open: server="192.168.1.2" port="143" stream="network" auth="login" buffer=" *nnimap* 192.168.1.2"
| | | | 4 -> imap-opened: buffer=" *nnimap* 192.168.1.2"
| | | | 4 <- imap-opened: nil
| | | | 4 -> imap-open-1: buffer=" *nnimap* 192.168.1.2"
| | | | 4 <- imap-open-1: nil
| | | 3 <- imap-open: nil
| | 2 -> imap-opened: buffer=" *nnimap* 192.168.1.2"
| | 2 <- imap-opened: nil
| | | 3 -> imap-open: server="192.168.1.2" port="143" stream="network" auth="login" buffer=" *nnimap* 192.168.1.2"
| | | | 4 -> imap-opened: buffer=" *nnimap* 192.168.1.2"
| | | | 4 <- imap-opened: nil
| | | | 4 -> imap-open-1: buffer=" *nnimap* 192.168.1.2"
| | | | 4 <- imap-open-1: nil
| | | 3 <- imap-open: nil
`----

Any clues?

-- 
Ciao, Sebastian


             reply	other threads:[~2003-07-13 21:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-13 21:41 Sebastian Kaps [this message]
     [not found] ` <843ch9plcz.fsf@lucy.is.informatik.uni-duisburg.de>
     [not found]   ` <m365m55wbn.fsf@toyland.sauerland.de>
2003-07-14 12:52     ` Simon Josefsson
2003-07-14 13:29       ` Sebastian Kaps
2009-05-13  1:19 Setting up gnus " Marvin
2009-05-13  2:02 ` Marvin
2009-05-13  7:46 ` Gijs Hillenius
2009-05-13 12:01   ` Marvin
2009-05-13 12:51     ` Richard Riley
2009-05-14  5:32     ` Rob Weir
2009-05-14  7:06       ` Tassilo Horn

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=m3d6gehzoz.fsf@toyland.sauerland.de \
    --to=seb-dated-1058294806.56b1ea@toyland.sauerland.de \
    /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).