mirror of
https://github.com/moparisthebest/davmail
synced 2024-11-15 22:05:02 -05: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:
parent
c6dd28e5a1
commit
e3b355034a
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user