all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: gnus imap error in 21.3
@ 2003-06-01  0:00 ShengHuo ZHU
  0 siblings, 0 replies; 4+ messages in thread
From: ShengHuo ZHU @ 2003-06-01  0:00 UTC (permalink / raw)
  Cc: gnu-emacs-bug

Kin Cho <kin@neoscale.com> writes:

> 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.
>
> I'm running i386 RedHat 7.3.

The reason is probably that you don't have ssl.el on your
path. ssl.el is not a part of Emacs. Loading ssl package should fix
the problem. 

This problem has been fixed future releases of Emacs.

ShengHuo

^ permalink raw reply	[flat|nested] 4+ messages in thread
* gnus imap error in 21.3
@ 2003-04-22 16:56 Kin Cho
       [not found] ` <E198VtH-0000sa-00@fencepost.gnu.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Kin Cho @ 2003-04-22 16:56 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.

I'm running i386 RedHat 7.3.

-kin

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

end of thread, other threads:[~2003-06-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-01  0:00 gnus imap error in 21.3 ShengHuo ZHU
  -- strict thread matches above, loose matches on Subject: below --
2003-04-22 16:56 Kin Cho
     [not found] ` <E198VtH-0000sa-00@fencepost.gnu.org>
     [not found]   ` <7in0iga2w3.fsf@neoscale.com>
2003-04-24 17:02     ` ShengHuo ZHU
2003-04-26  2:31       ` Richard Stallman

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.