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

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

Re: 2 or more pop3 email addresses?


From: Emanuel Berg
Subject: Re: 2 or more pop3 email addresses?
Date: Wed, 17 May 2017 22:32:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Sharon Kimble wrote:

> How can I have 2 or more pop3 email addresses
> in gnus please?

Step 1 would be to create multiple instances in
`gnus-secondary-select-methods' - however
because you deal with several accounts, you
must strive to not just mention them there but
also to get in as much data as possible.

I know of this site [1] - he uses IMAP, but
perhaps the principle is the same for POP:

      (setq gnus-secondary-select-methods                    
            '((nnimap "home"                                 
                      (nnimap-address "imap.gmail.com")      
                      (nnimap-server-port 993)               
                      (nnimap-stream ssl)                    
                      (nnimap-authinfo-file "~/.authinfo"))  
              (nnimap "work"                                 
                      (nnimap-address "imap.gmail.com")      
                      (nnimap-server-port 993)               
                     (nnimap-stream ssl)                    
                     (nnimap-authinfo-file "~/.authinfo"))))

    You’d then put your credentials into your .authinfo file like so:

    machine imap.gmail.com login mylogin password mypassword port imaps
    machine imap.gmail.com login mylogin2 password mypassword2 port imaps

[1] http://www.cataclysmicmutation.com/2010/11/multiple-gmail-accounts-in-gnus

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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