mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-08 04:08:12 -05:00
Dav: switch back to mailbox path on Exchange 2003 for CmdBasePath
git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1855 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
parent
b163176284
commit
cd8872b156
@ -246,7 +246,7 @@ public class DavExchangeSession extends ExchangeSession {
|
|||||||
* @return cmd base path
|
* @return cmd base path
|
||||||
*/
|
*/
|
||||||
public String getCmdBasePath() {
|
public String getCmdBasePath() {
|
||||||
if (PUBLIC_ROOT.equals(publicFolderUrl) && mailPath != null) {
|
if (("Exchange2003".equals(serverVersion) || PUBLIC_ROOT.equals(publicFolderUrl)) && mailPath != null) {
|
||||||
// public folder is not available => try to use mailbox path
|
// public folder is not available => try to use mailbox path
|
||||||
// Note: This does not work with freebusy, which requires /public/
|
// Note: This does not work with freebusy, which requires /public/
|
||||||
return mailPath;
|
return mailPath;
|
||||||
|
Loading…
Reference in New Issue
Block a user