Gnus development mailing list
 help / color / mirror / Atom feed
* Suggest add feature: let pop3 work with auth-source
@ 2016-05-23  6:32 Feng Shu
  2016-05-24  0:11 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Feng Shu @ 2016-05-23  6:32 UTC (permalink / raw)
  To: ding

I want to configure my email pop with ~/.auth-info.gpg, is it possible add this
feature?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Suggest add feature: let pop3 work with auth-source
  2016-05-23  6:32 Suggest add feature: let pop3 work with auth-source Feng Shu
@ 2016-05-24  0:11 ` Katsumi Yamaoka
  2016-05-25  0:48   ` Feng Shu
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2016-05-24  0:11 UTC (permalink / raw)
  To: ding

On Mon, 23 May 2016 06:32:00 +0000, Feng Shu wrote:
> I want to configure my email pop with ~/.auth-info.gpg, is it
> possible add this feature?

Though I'm not sure what I do is very correct, I have:

(setq mail-sources '((pop :server "pop.server.name"
			  :user "my.login.name"
			  :port 995
			  :stream ssl
			  :leave 7)

and this line in the ~/.authinfo.gpg file:
machine pop.server.name login my.login.name password my.password port 995

Note that "~/.auth-info.gpg" is not listed in the auth-sources
variable by default.  So, you may want to do like this:

(require 'auth-source)
(add-to-list 'auth-sources "~/.auth-info.gpg")



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Suggest add feature: let pop3 work with auth-source
  2016-05-24  0:11 ` Katsumi Yamaoka
@ 2016-05-25  0:48   ` Feng Shu
  0 siblings, 0 replies; 3+ messages in thread
From: Feng Shu @ 2016-05-25  0:48 UTC (permalink / raw)
  To: ding

Thanks very much!






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-25  0:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23  6:32 Suggest add feature: let pop3 work with auth-source Feng Shu
2016-05-24  0:11 ` Katsumi Yamaoka
2016-05-25  0:48   ` Feng Shu

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 NNTP newsgroup(s).