| Package | Description |
|---|---|
| davmail.caldav | |
| davmail.exchange | |
| davmail.exchange.dav | |
| davmail.exchange.ews | |
| davmail.exchange.graph |
| 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 |
|---|---|
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) |
| Modifier and Type | Class and Description |
|---|---|
protected class |
GraphExchangeSession.Folder
Graph folder is identified by mailbox and id
|
protected class |
GraphExchangeSessionDraft.Folder |
| Modifier and Type | Method and Description |
|---|---|
List<ExchangeSession.Folder> |
GraphExchangeSessionDraft.getSubFolders(String folderName,
ExchangeSession.Condition condition,
boolean recursive) |
List<ExchangeSession.Folder> |
GraphExchangeSession.getSubFolders(String folderPath,
ExchangeSession.Condition condition,
boolean recursive) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphExchangeSession.appendSubFolders(List<ExchangeSession.Folder> folders,
String parentFolderPath,
GraphExchangeSession.FolderId parentFolderId,
ExchangeSession.Condition condition,
boolean recursive) |
Copyright © 2001–2025 MickaĆ«l Guessant. All rights reserved.