>>>>> Bill Harris <[EMAIL PROTECTED]> writes:

    > Torsten Mueller <[EMAIL PROTECTED]> writes:
    >> Getting IMAP to work should be very easy - perhaps easier than
    >> you think. I do not have any list patterns at all. My secondary
    >> select methods look exactly like this:
    >> 
    >> (setq gnus-secondary-select-methods (quote ( (nnml "") (nnimap
    >> "server_name" (nnimap-stream ssl)) )))

    > Unfortunately, that didn't help.

    > I do have OpenSSL.  Is it possible that my Gnus 5.10.6 is too
    > old?
Hi Bill

I am using this in my .gnus:
;; For fetching remote mail from imap
(setq imap-ssl-program "/usr/bin/openssl s_client -ssl3 -connect %s:%p")
(setq gnus-secondary-select-methods
        '((nnimap "servername"
                (nnimap-server-port 993)
                (nnimap-stream ssl)
)))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to