Package | Description |
---|---|
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews | |
davmail.imap |
Modifier and Type | Field and Description |
---|---|
ExchangeSession.MessageList |
ExchangeSession.Message.messageList
enclosing message list
|
ExchangeSession.MessageList |
ExchangeSession.Folder.messages
Folder message list, empty before loadMessages call.
|
Modifier and Type | Method and Description |
---|---|
ExchangeSession.MessageList |
ExchangeSession.getAllMessageUidAndSize(String folderName)
Return folder message list with id and size only (for POP3 listener).
|
ExchangeSession.MessageList |
ExchangeSession.Folder.searchMessages(ExchangeSession.Condition condition)
Search messages in folder matching query.
|
ExchangeSession.MessageList |
ExchangeSession.searchMessages(String folderPath)
Get all folder messages.
|
ExchangeSession.MessageList |
ExchangeSession.searchMessages(String folderName,
ExchangeSession.Condition condition)
Search folder for messages matching conditions, with attributes needed by IMAP listener.
|
abstract ExchangeSession.MessageList |
ExchangeSession.searchMessages(String folderName,
Set<String> attributes,
ExchangeSession.Condition condition)
Search folder for messages matching conditions, with given attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ExchangeSession.Folder.fixUids(ExchangeSession.MessageList messages)
Restore previous uids changed by a PROPPATCH (flag change).
|
Modifier and Type | Method and Description |
---|---|
ExchangeSession.MessageList |
DavExchangeSession.searchMessages(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition) |
Modifier and Type | Method and Description |
---|---|
ExchangeSession.MessageList |
EwsExchangeSession.searchMessages(String folderPath,
Set<String> attributes,
ExchangeSession.Condition condition) |
Constructor and Description |
---|
RangeIterator(ExchangeSession.MessageList messages,
String value) |
UIDRangeIterator(ExchangeSession.MessageList messages,
String value) |
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.