Package | Description |
---|---|
davmail.caldav | |
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews |
Modifier and Type | Method and Description |
---|---|
void |
CaldavConnection.appendFolderOrItem(CaldavConnection.CaldavResponse response,
CaldavConnection.CaldavRequest request,
ExchangeSession.Folder folder,
String subFolder)
Append folder object to Caldav response.
|
Modifier and Type | Method and Description |
---|---|
ExchangeSession.Folder |
ExchangeSession.getFolder(String folderPath)
Get folder object.
|
protected abstract ExchangeSession.Folder |
ExchangeSession.internalGetFolder(String folderName) |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Folder> |
ExchangeSession.getSubCalendarFolders(String folderName,
boolean recursive)
Search calendar folders under given folder.
|
List<ExchangeSession.Folder> |
ExchangeSession.getSubFolders(String folderName,
boolean recursive,
boolean wildcard)
Search mail and generic folders under given folder.
|
abstract List<ExchangeSession.Folder> |
ExchangeSession.getSubFolders(String folderName,
ExchangeSession.Condition condition,
boolean recursive)
Search folders under given folder matching filter.
|
Modifier and Type | Method and Description |
---|---|
static void |
FolderLoadThread.loadFolder(ExchangeSession.Folder folder,
OutputStream outputStream)
Load folder in a separate thread.
|
boolean |
ExchangeSession.refreshFolder(ExchangeSession.Folder currentFolder)
Check folder ctag and reload messages as needed.
|
Modifier and Type | Method and Description |
---|---|
protected ExchangeSession.Folder |
DavExchangeSession.buildFolder(org.apache.jackrabbit.webdav.MultiStatusResponse entity) |
protected ExchangeSession.Folder |
DavExchangeSession.internalGetFolder(String folderPath) |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Folder> |
DavExchangeSession.getSubFolders(String folderPath,
ExchangeSession.Condition condition,
boolean recursive) |
Modifier and Type | Class and Description |
---|---|
protected class |
EwsExchangeSession.Folder |
Modifier and Type | Method and Description |
---|---|
List<ExchangeSession.Folder> |
EwsExchangeSession.getSubFolders(String folderPath,
ExchangeSession.Condition condition,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
protected void |
EwsExchangeSession.appendSubFolders(List<ExchangeSession.Folder> folders,
String parentFolderPath,
FolderId parentFolderId,
ExchangeSession.Condition condition,
boolean recursive) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.