@ -779,10 +779,8 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -779,10 +779,8 @@ public class EwsExchangeSession extends ExchangeSession {
FolderIdfolderId=getFolderId(folderPath);
FindItemMethodfindItemMethod;
do{
intfetchCount=PAGE_SIZE;
// search items in folder, do not retrieve all properties
@ -812,7 +810,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -812,7 +810,7 @@ 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 current count: "+resultCount+" fetchCount: "+PAGE_SIZE
@ -1131,12 +1129,14 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -1131,12 +1129,14 @@ public class EwsExchangeSession extends ExchangeSession {
@ -1151,7 +1151,7 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -1151,7 +1151,7 @@ public class EwsExchangeSession extends ExchangeSession {
@ -2331,7 +2331,8 @@ public class EwsExchangeSession extends ExchangeSession {
@@ -2331,7 +2331,8 @@ public class EwsExchangeSession extends ExchangeSession {