disable webdav debug

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@124 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2008-02-05 23:55:29 +00:00
parent 488148c82e
commit 3be56bc928
1 changed files with 3 additions and 3 deletions

View File

@ -433,11 +433,11 @@ public class ExchangeSession {
public List<Message> getAllMessages() throws IOException {
List<Message> messages = new ArrayList<Message>();
wdr.setDebug(4);
wdr.propfindMethod(currentFolderUrl, 1);
//wdr.setDebug(4);
//wdr.propfindMethod(currentFolderUrl, 1);
// one level search
Enumeration folderEnum = wdr.propfindMethod(currentFolderUrl, 1, MESSAGE_REQUEST_PROPERTIES);
wdr.setDebug(0);
//wdr.setDebug(0);
while (folderEnum.hasMoreElements()) {
ResponseEntity entity = (ResponseEntity) folderEnum.nextElement();