From: Ted Zlatanov <tzz@lifelogs.com>
To: bug-gnu-emacs@gnu.org
Subject: Re: bug#7632: 23.2.91; url-retrieve doesn't read authinfo.gpg file
Date: Mon, 14 Feb 2011 11:27:26 -0600 [thread overview]
Message-ID: <871v3asf0h.fsf@lifelogs.com> (raw)
In-Reply-To: mailman.27.1292226759.1193.bug-gnu-emacs@gnu.org
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
next parent reply other threads:[~2011-02-14 17:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.27.1292226759.1193.bug-gnu-emacs@gnu.org>
2011-02-14 17:27 ` Ted Zlatanov [this message]
2010-12-13 7:37 bug#7632: 23.2.91; url-retrieve doesn't read authinfo.gpg file Thierry Volpiatto
2015-12-25 22:06 ` Lars Ingebrigtsen
2015-12-28 22:12 ` Ted Zlatanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871v3asf0h.fsf@lifelogs.com \
--to=tzz@lifelogs.com \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).