all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasen@zoho.com>
To: help-gnu-emacs@gnu.org
Subject: Re: 2 or more pop3 email addresses?
Date: Wed, 17 May 2017 22:32:54 +0200	[thread overview]
Message-ID: <yw.868tlvi5qh.fsf@zoho.com> (raw)
In-Reply-To: 87shk3fzlp.fsf@skimble.plus.com

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	other threads:[~2017-05-17 20:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-17 12:16 2 or more pop3 email addresses? Sharon Kimble
2017-05-17 20:32 ` Emanuel Berg [this message]
2017-05-19 23:01   ` Göktuğ Kayaalp
2017-05-19 23:13     ` Emanuel Berg
2017-05-19 23:00 ` Göktuğ Kayaalp
2017-05-19 23:27   ` Emanuel Berg
2017-05-19 23:30     ` Emanuel Berg

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yw.868tlvi5qh.fsf@zoho.com \
    --to=moasen@zoho.com \
    --cc=help-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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.