Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Hideyuki Ito <ito.hideyuki@gmail.com>
To: info-gnus-english@gnu.org
Subject: How to set up multiple username on same IMAP server?
Date: Sun, 31 Mar 2013 19:10:53 -0700 (PDT)	[thread overview]
Message-ID: <852a05d7-5d39-4eb4-88f9-8a685c69ee46@googlegroups.com> (raw)

Hi, 

I'd like to set up multiple username(usreacount) on same IMAP server (imap.gmail.com).

Could you tell me how to write it in .gnus.el and .authinfo ?


Currently, I'd written them as

(setq gnus-select-method '(nnnil)
      gnus-secondary-select-methods
      `(
	(nnimap "FOO"
		(nnimap-address "imap.gmail.com")
		(nnimap-server-port 993)
		(nnimap-authinfo-file "~/.authinfo")
		(nnimap-stream ssl)
		(nnir-search-engine imap))
	(nnimap "BAR"
		(nnimap-inbox "INBOX")
		(nnimap-address "imap.gmail.com")
		(nnimap-server-port 993)
		(nnimap-authinfo-file "~/.authinfo")
		(nnimap-stream ssl)
		(nnir-search-engine imap))
	))

I'd like to use username "foo" and password "passfoo" on Foo IMAP connection and username "bar" and password "passbar" on BAR IMAP connection. What elisp descriptions are required?

Thanks, 

--
Hideyuki Ito
An Absolute Beginner

             reply	other threads:[~2013-04-01  2:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-01  2:10 Hideyuki Ito [this message]
2013-04-01  3:55 ` W. Greenhouse
     [not found] ` <mailman.23197.1364788550.855.info-gnus-english@gnu.org>
2013-04-02 21:08   ` Hideyuki Ito

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=852a05d7-5d39-4eb4-88f9-8a685c69ee46@googlegroups.com \
    --to=ito.hideyuki@gmail.com \
    --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).