Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Multiple IMAP accounts on same server
@ 2008-02-07  8:19 Guillermo Antonio Amaral Bastidas
  2008-02-07  9:51 ` Tassilo Horn
       [not found] ` <mailman.7086.1202377924.18990.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Guillermo Antonio Amaral Bastidas @ 2008-02-07  8:19 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 265 bytes --]


  Hi fellow gnus,

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

-- 
Guillermo Antonio Amaral Bastidas (gamaral)
  Free/Libre/Open-Source Software Advocate & KDE Developer
  http://blog.guillermoamaral.com/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: Multiple IMAP accounts on same server
  2008-02-07  8:19 Multiple IMAP accounts on same server Guillermo Antonio Amaral Bastidas
@ 2008-02-07  9:51 ` Tassilo Horn
       [not found] ` <mailman.7086.1202377924.18990.info-gnus-english@gnu.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Tassilo Horn @ 2008-02-07  9:51 UTC (permalink / raw)
  To: info-gnus-english

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

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

* Re: Multiple IMAP accounts on same server
       [not found] ` <mailman.7086.1202377924.18990.info-gnus-english@gnu.org>
@ 2008-02-07 18:37   ` Guillermo Antonio Amaral Bastidas
  0 siblings, 0 replies; 3+ messages in thread
From: Guillermo Antonio Amaral Bastidas @ 2008-02-07 18:37 UTC (permalink / raw)
  To: info-gnus-english


[-- Attachment #1.1: Type: text/plain, Size: 481 bytes --]

Tassilo Horn <tassilo@member.fsf.org> writes:

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

  Hi Tassilo,

  Thanks for the help, I tried that yesterday but I forgot to change the
 authinfo server name to match the virtual server name.

  Cheers

-- 
Guillermo Antonio Amaral Bastidas (gamaral)
  Free/Libre/Open-Source Software Advocate & KDE Developer
  http://blog.guillermoamaral.com/

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 161 bytes --]

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

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

end of thread, other threads:[~2008-02-07 18:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-07  8:19 Multiple IMAP accounts on same server Guillermo Antonio Amaral Bastidas
2008-02-07  9:51 ` Tassilo Horn
     [not found] ` <mailman.7086.1202377924.18990.info-gnus-english@gnu.org>
2008-02-07 18:37   ` Guillermo Antonio Amaral Bastidas

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).