[Davmail-users] Unable to get mail folder at /exchange/John.Do@example.com/
Brought to you by:
mguessan
|
From: Geert S. <sta...@st...> - 2010-02-20 15:05:43
|
Hello,
While doing POP to the davmail POP port I get
Unable to get mail folder at /exchange/Jo...@ex.../
The E-mail adress 'Jo...@ex...' is properly expanded from 'JoeD'.
Where 'JoeD' is my Exchange account name.
While fixing it myself, I'm now stuck at
--- src/java/davmail/exchange/ExchangeSession.java (revision 953)
+++ src/java/davmail/exchange/ExchangeSession.java (working copy)
@@ -568,7 +568,7 @@
buildEmail(method.getURI().getHost(), method.getPath());
LOGGER.debug("Current user email is " + email);
} else {
- // failover for Exchange 2007 : build standard mailbox link with email
+ LOGGER.debug("Failover for Exchange 2007 : build standard mailbox link with email");
buildEmail(method.getURI().getHost(), method.getPath());
mailPath = "/exchange/" + email + '/';
LOGGER.debug("Current user email is " + email + ", mailPath is " + mailPath);
How to find the correct Exchange 2007 mailbox link?
Cheers
Geert Stappers
|