Use getFolderPath in getSuFolders

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@654 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-08-07 09:01:37 +00:00
parent 9b88a2e2c9
commit 40325ac29d
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ public class ExchangeSession {
" WHERE \"DAV:ishidden\" = False AND \"DAV:isfolder\" = True \n" +
" AND (\"DAV:contentclass\"='urn:content-classes:mailfolder' OR \"DAV:contentclass\"='urn:content-classes:folder')";
MultiStatusResponse[] responses = DavGatewayHttpClientFacade.executeSearchMethod(
httpClient, URIUtil.encodePath(mailPath), searchRequest);
httpClient, URIUtil.encodePath(getFolderPath(folderName)), searchRequest);
for (MultiStatusResponse response : responses) {
folders.add(buildFolder(response));