@ -186,11 +186,11 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -186,11 +186,11 @@ public class EwsExchangeSession extends ExchangeSession {
thrownewIOException("Ews endpoint not available at "+checkMethod.getURI().toString()+" status "+status);
thrownewIOException("Ews endpoint not available at "+checkMethod.getURI().toString()+" status "+status);
}
}elseif(status!=HttpStatus.SC_OK){
thrownewIOException("Ews endpoint not available at "+checkMethod.getURI().toString()+" status "+status);
thrownewIOException("Ews endpoint not available at "+checkMethod.getURI().toString()+" status "+status);
}
}finally{
checkMethod.releaseConnection();
@ -306,7 +306,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -306,7 +306,7 @@ public class EwsExchangeSession extends ExchangeSession {
@ -329,7 +329,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -329,7 +329,7 @@ public class EwsExchangeSession extends ExchangeSession {
@ -766,9 +766,9 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -766,9 +766,9 @@ public class EwsExchangeSession extends ExchangeSession {
/**
*Pagedsearch,retrieveallitems.
*
*@paramfolderPathfolderpath
*@paramattributesattributes
*@paramconditionsearchcondition
*@paramfolderPathfolderpath
*@paramattributesattributes
*@paramconditionsearchcondition
*@paramfolderQueryTraversalsearchmode
*@returnitems
*@throwsIOExceptiononerror
@ -801,10 +801,10 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -801,10 +801,10 @@ public class EwsExchangeSession extends ExchangeSession {
@ -812,9 +812,9 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -812,9 +812,9 @@ public class EwsExchangeSession extends ExchangeSession {
}
resultCount=results.size();
if(resultCount>0&&LOGGER.isDebugEnabled()){
LOGGER.debug("Folder "+folderPath+" - Search items current count: "+resultCount+" fetchCount: "+fetchCount
LOGGER.debug("Folder "+folderPath+" - Search items failed: Interrupted by client");
@ -1021,7 +1021,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -1021,7 +1021,7 @@ public class EwsExchangeSession extends ExchangeSession {
@ -1634,7 +1634,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -1634,7 +1634,7 @@ public class EwsExchangeSession extends ExchangeSession {
// do not send DeclineItem to avoid deleting target event
// do not send DeclineItem to avoid deleting target event
}elseif("DECLINED".equals(ownerPartStat)||
"TENTATIVE".equals(ownerPartStat)){
ownerResponseReply="TentativelyAcceptItem";
@ -1832,17 +1832,15 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -1832,17 +1832,15 @@ public class EwsExchangeSession extends ExchangeSession {
@ -2569,6 +2567,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -2569,6 +2567,7 @@ public class EwsExchangeSession extends ExchangeSession {