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

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

Re: bug#7632: 23.2.91; url-retrieve doesn't read authinfo.gpg file


From: Ted Zlatanov
Subject: Re: bug#7632: 23.2.91; url-retrieve doesn't read authinfo.gpg file
Date: Mon, 14 Feb 2011 11:27:26 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux)

On Mon, 13 Dec 2010 08:37:48 +0100 Thierry Volpiatto 
<thierry.volpiatto@gmail.com> wrote: 

TV> actually it seem url-retrieve doesn't read .authinfo.gpg file.
TV> I am always prompt for login/password.

TV> My entry in .authinfo is:
TV> machine mail.google.com port https login xx password xx
TV> I also tried:(without succes)
TV> machine mail.google.com:443 port https login xx password xx

TV> and i call this url:
TV> "https://mail.google.com/mail/feed/atom";

TV> Note that `auth-source-user-or-password' on this same entry
TV> in authinfo work fine.

TV> So actually i have to use same function with a start-process/curl that
TV> call `auth-source-user-or-password' instead of using url-retrieve.

Hi Thierry,

please try the latest Emacs dev branch.  If it still doesn't work let me
know.  The entry would be

machine mail.google.com:443 port https login xx password xx

as you showed.  If you could test it, I'd appreciate it.  It worked for
me, as

(auth-source-search :max 1 :host "mail.google.com:443" :protocol "https")

with the changes I committed this weekend.

Thanks
Ted


reply via email to

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