Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: info-gnus-english@gnu.org
Subject: Re: Multiple IMAP accounts on same server
Date: Thu, 07 Feb 2008 10:51:43 +0100	[thread overview]
Message-ID: <87r6fprt5c.fsf@member.fsf.org> (raw)
In-Reply-To: <87k5lhdvr0.fsf@daedalus.guillermoamaral.com>

Guillermo Antonio Amaral Bastidas <gamaral@guillermoamaral.com> writes:

Hi Guillermo,

>   Anybody know how to access multiple IMAP accounts in a same server,
>  I am using _nnimap_.

I guess the problem is that you need different user/password
combinations, right?  Then you'd define something like

(add-to-list 'gnus-secondary-select-methods
             '(nnimap "account1"
                      (nnimap-address "server")
                      ...))

(add-to-list 'gnus-secondary-select-methods
             '(nnimap "account2"
                      (nnimap-address "server")
                      ...))

and put into your ~/.authinfo this:

machine account1 login myusername password XXX
machine account2 login myotherusername password XXX

Bye,
Tassilo

  reply	other threads:[~2008-02-07  9:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-07  8:19 Guillermo Antonio Amaral Bastidas
2008-02-07  9:51 ` Tassilo Horn [this message]
     [not found] ` <mailman.7086.1202377924.18990.info-gnus-english@gnu.org>
2008-02-07 18:37   ` Guillermo Antonio Amaral Bastidas

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=87r6fprt5c.fsf@member.fsf.org \
    --to=tassilo@member.fsf.org \
    --cc=info-gnus-english@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.
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).