Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* emacs 21.3 imap problem
@ 2003-04-21 16:41 Kin Cho
  0 siblings, 0 replies; 2+ messages in thread
From: Kin Cho @ 2003-04-21 16:41 UTC (permalink / raw)


Hi,

I use gnus via imap (over ssl) to get mail from our exchange
server as follows:

(setq nnimap-stream 'ssl
      gnus-select-method
      '(nnimap "mail-imap"
	       (nnimap-address "ourexchsrvr")
	       (nnimap-list-pattern "INBOX"))
       ;; ...
       )

All's well under 21.2.  However, under 21.3, this error traceback
happens when I select the "INBOX" group:

Debugger entered--Lisp error: (error "Couldn't open server")
  signal(error ("Couldn't open server"))
  error("Couldn't open server")
  gnus-select-newsgroup("INBOX" nil nil)
  gnus-summary-read-group-1("INBOX" nil nil nil nil nil)
  gnus-summary-read-group("INBOX" nil nil nil nil nil nil)
  gnus-group-read-group(nil)
  call-interactively(gnus-group-read-group)

I checked the version of gnus on both 21.2 and 21.3 is v5.9.0.

Any ideas how to fix this problem?

-kin


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

* Re: emacs 21.3 imap problem
       [not found] <7iptnfiz0m.fsf@neoscale.com>
@ 2003-04-23  7:44 ` Kai Großjohann
  0 siblings, 0 replies; 2+ messages in thread
From: Kai Großjohann @ 2003-04-23  7:44 UTC (permalink / raw)


Kin Cho <kin@neoscale.com> writes:

> (setq nnimap-stream 'ssl
>       gnus-select-method
>       '(nnimap "mail-imap"
> 	       (nnimap-address "ourexchsrvr")
> 	       (nnimap-list-pattern "INBOX"))
>        ;; ...
>        )

Try this:

(setq gnus-select-method
      '(nnimap "mail-imap"
        (nnimap-address "ourexchsrvr")
        (nnimap-list-pattern "INBOX")
        (nnimap-stream ssl)))

-- 
file-error; Data: (Opening input file no such file or directory ~/.signature)


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

end of thread, other threads:[~2003-04-23  7:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-21 16:41 emacs 21.3 imap problem Kin Cho
     [not found] <7iptnfiz0m.fsf@neoscale.com>
2003-04-23  7:44 ` Kai Großjohann

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).