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

Re: Version 0.3.23 did not work



Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de> writes:

> 		(nnimap-auth-method ("login"))

Look at the example:

(setq gnus-secondary-select-methods
      '((nnfolder "")
        (nnimap "dada"
                (nnimap-server-address "cyrus.andrew.cmu.edu")
                (nnimap-list-pattern ("INBOX" "archive.*")))
        (nnimap "yoyo"
                (nnimap-auth-method cram-md5)
                (nnimap-server-address "your.mail.server"))))

Try removing '("' and '")' around 'login' and things should hopefully
work.

Actually, tinkering with this variable is not needed unless you want
kerberos or ssl, CRAM-MD5 is detected automagically and LOGIN is the
default method.

(Yeah, I know ssl isn't a authentication method, but I couldn't think
of a better name for this variable...)

/s