From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/4454 Path: news.gmane.org!not-for-mail From: Stefan Kamphausen Newsgroups: gmane.emacs.gnus.user Subject: Re: Accessing another Mailbox on Exchange Date: Wed, 09 Feb 2005 16:37:15 +0100 Message-ID: <85vf91agno.fsf@mail.bn-software.de> References: <85y8eg4lb8.fsf@news.individual.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138670365 23291 80.91.229.2 (31 Jan 2006 01:19:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:19:25 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:33:47 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!news.powertech.no!news.banetele.no!tsicnews.teliasonera.com!news.tu-darmstadt.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-X-Trace: individual.net R12I2XctiTLzWZXKyiT1NQpmPtvwblCzqrfm54bvCWJdpv8OI+ User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Security Through Obscurity, linux) Cancel-Lock: sha1:8ETIafaYQQ2RnzRABy+uvNVHsAY= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:4595 Original-Lines: 48 X-Gnus-Article-Number: 4595 Tue Jan 17 17:33:47 2006 Xref: news.gmane.org gmane.emacs.gnus.user:4454 Archived-At: Hi, this question finally has an answer. 1. Access the exchange server via IMAP using the nnimap backend for the secondary mailbox and nnml for the main box (I want that mail stored locally anyway, so I use "IMAP as POP++" here). (setq gnus-secondary-select-methods '((nnml "") (nnimap "imapserver" (nnimap-address "imapserver") ) )) ;; .... (eval-after-load "mail-source" '(setq mail-sources '((imap :server "imapserver" :user "username" :password "password" :fetchflag "\\Seen" ;; don't delete while testing it all )))) 2. Use a username of the form "windowsdomain/loginname/mailbox" when prompted for the username (or in your ~/.authinfo). This is not to be confused with the username given in mail-sources which accesses the primary inbox of the user. For me the important part of this was, that I had to use the short name of the mailbox because the long name (as displayed by one of those very common mailreaders) was of the form "Our Team [me&you]" so it contained spaces as well as other potentially disturbing chars. I don't know what caused the problem but using the short name I can now access that other mailbox. It took me about two weeks to finally get this, maybe it is of interest and should be written to MGO? cheers stefan -- Stefan Kamphausen --- http://www.skamphausen.de a blessed +42 regexp of confusion (weapon in hand) You hit. The format string crumbles and turns to dust.