Package | Description |
---|---|
davmail | |
davmail.exchange | |
davmail.exchange.dav | |
davmail.exchange.ews |
Modifier and Type | Field and Description |
---|---|
protected ExchangeSession |
AbstractConnection.session |
Modifier and Type | Method and Description |
---|---|
static ExchangeSession |
ExchangeSessionFactory.getInstance(ExchangeSession currentSession,
String userName,
String password)
Get a non expired session.
|
static ExchangeSession |
ExchangeSessionFactory.getInstance(String userName,
String password)
Create authenticated Exchange session
|
static ExchangeSession |
ExchangeSessionFactory.getInstance(String baseUrl,
String userName,
String password)
Create authenticated Exchange session
|
Modifier and Type | Method and Description |
---|---|
static ExchangeSession.Message |
MessageCreateThread.createMessage(ExchangeSession session,
String folderPath,
String messageName,
HashMap<String,String> properties,
javax.mail.internet.MimeMessage mimeMessage,
OutputStream outputStream,
String capabilities)
Create message in a separate thread.
|
static ExchangeSession |
ExchangeSessionFactory.getInstance(ExchangeSession currentSession,
String userName,
String password)
Get a non expired session.
|
Modifier and Type | Class and Description |
---|---|
class |
DavExchangeSession
Webdav Exchange adapter.
|
Modifier and Type | Class and Description |
---|---|
class |
EwsExchangeSession
EWS Exchange adapter.
|
Copyright © 2001–2024 MickaĆ«l Guessant. All rights reserved.