mirror of
https://github.com/moparisthebest/davmail
synced 2025-01-06 03:08:02 -05:00
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:
parent
488148c82e
commit
3be56bc928
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user