1
0
mirror of https://github.com/moparisthebest/davmail synced 2024-08-13 16:53:51 -04:00

Fix regression in Exchange 2007 over Dav session

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1451 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2010-09-15 05:42:59 +00:00
parent c6dd28e5a1
commit e3b355034a

View File

@ -498,7 +498,7 @@ public class DavExchangeSession extends ExchangeSession {
getEmailAndAliasFromOptions(); getEmailAndAliasFromOptions();
// failover: try to get email through Webdav and Galfind // failover: try to get email through Webdav and Galfind
if (mailPath == null || email == null) { if (alias == null || email == null) {
try { try {
buildEmail(method.getURI().getHost()); buildEmail(method.getURI().getHost());
} catch (URIException uriException) { } catch (URIException uriException) {