all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs 21.3 imap problem
@ 2003-04-21 16:41 Kin Cho
  2003-04-23  7:44 ` Kai Großjohann
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: emacs 21.3 imap problem
  2003-04-21 16:41 emacs 21.3 imap problem Kin Cho
@ 2003-04-23  7:44 ` Kai Großjohann
  2003-04-23 16:06   ` Kin Cho
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: emacs 21.3 imap problem
  2003-04-23  7:44 ` Kai Großjohann
@ 2003-04-23 16:06   ` Kin Cho
  0 siblings, 0 replies; 3+ messages in thread
From: Kin Cho @ 2003-04-23 16:06 UTC (permalink / raw)


Turned out the problem was that I'm missing ssl.el in 21.3.

-kin

kai.grossjohann@gmx.net (Kai Großjohann) writes:

> 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] 3+ messages in thread

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

Thread overview: 3+ 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
2003-04-23  7:44 ` Kai Großjohann
2003-04-23 16:06   ` Kin Cho

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.