| Package | Description |
|---|---|
| davmail.exchange.graph |
| Modifier and Type | Field and Description |
|---|---|
GraphExchangeSession.FolderId |
GraphExchangeSession.Folder.folderId |
GraphExchangeSession.FolderId |
GraphExchangeSession.Event.folderId |
protected GraphExchangeSession.FolderId |
GraphExchangeSession.Message.folderId |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,GraphExchangeSession.FolderId> |
GraphExchangeSession.folderIdCache |
| Modifier and Type | Method and Description |
|---|---|
protected GraphExchangeSession.FolderId |
GraphExchangeSession.getFolderId(String folderPath)
Compute folderId from folderName
|
protected GraphExchangeSession.FolderId |
GraphExchangeSession.getSubFolderByName(GraphExchangeSession.FolderId currentFolderId,
String folderName)
Search subfolder by name, return null when no folders found
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphExchangeSession.appendSubFolders(List<ExchangeSession.Folder> folders,
String parentFolderPath,
GraphExchangeSession.FolderId parentFolderId,
ExchangeSession.Condition condition,
boolean recursive) |
protected String |
GraphExchangeSession.getDeltaLink(GraphExchangeSession.FolderId folderId)
Get deltaLink on folder for delta synchronization.
|
protected GraphExchangeSession.Message |
GraphExchangeSession.getMessage(GraphExchangeSession.FolderId folderId,
String messageId) |
protected GraphExchangeSession.FolderId |
GraphExchangeSession.getSubFolderByName(GraphExchangeSession.FolderId currentFolderId,
String folderName)
Search subfolder by name, return null when no folders found
|
protected void |
GraphExchangeSession.updateMessageList(GraphExchangeSession.FolderId folderId,
GraphExchangeSession.MessageList messageList)
Leverage delta sync to only load modified messages
|
| Constructor and Description |
|---|
Event(GraphExchangeSession.FolderId folderId,
byte[] content) |
Event(String folderPath,
GraphExchangeSession.FolderId folderId,
GraphObject graphObject) |
Copyright © 2001–2026 MickaĆ«l Guessant. All rights reserved.