Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* How to set up multiple username on same IMAP server?
@ 2013-04-01  2:10 Hideyuki Ito
  2013-04-01  3:55 ` W. Greenhouse
       [not found] ` <mailman.23197.1364788550.855.info-gnus-english@gnu.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Hideyuki Ito @ 2013-04-01  2:10 UTC (permalink / raw)
  To: info-gnus-english

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

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

end of thread, other threads:[~2013-04-02 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-01  2:10 How to set up multiple username on same IMAP server? Hideyuki Ito
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

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