help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: emacs 21.3 imap problem


From: Kin Cho
Subject: Re: emacs 21.3 imap problem
Date: 23 Apr 2003 09:06:50 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]