[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't login with 0.3.17!
>>>>> "JC" == Jake Colman <colman@ppllc.com> writes:
JC> Nope. Just 7 sets of messages that said
JC> Opening nnimap server on truman... Denied server
JC> I have the same problem now with 0.3.17. It simply does not prompt me
JC> for username and password and the denies me access. No problem 0.3.13.
Howdy,
I was having the same problem and took a look at the code.
The problem seems to be that not all versions of Gnus have the netrc
functions (gnus-parse-netrc, etc). If I yank out the netrc stuff and
supply a username and password, it works just fine. For example:
;;;; (let* ((list (gnus-parse-netrc nnimap-authinfo-file))
;;;; (alist (gnus-netrc-machine list nnimap-server-address))
;;;; (user (gnus-netrc-get alist "login"))
;;;; (passwd (gnus-netrc-get alist "password")))
(let* ((list nil)
(alist nil)
(user "map")
(passwd "notlikely"))
My (gnus-version) says "Gnus v5.5; nntp 5.0; nnml 1.0; nnimap 0.3.17".
--
Mark Plaksin http://www.arches.uga.edu/~happy/