Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Stefan Kamphausen <skampi@gmx.de>
Subject: Re: Accessing another Mailbox on Exchange
Date: Wed, 09 Feb 2005 16:37:15 +0100	[thread overview]
Message-ID: <85vf91agno.fsf@mail.bn-software.de> (raw)
In-Reply-To: <85y8eg4lb8.fsf@news.individual.de>

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.


      reply	other threads:[~2005-02-09 15:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-26  9:00 Stefan Kamphausen
2005-02-09 15:37 ` Stefan Kamphausen [this message]

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=85vf91agno.fsf@mail.bn-software.de \
    --to=skampi@gmx.de \
    /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).