| Package | Description |
|---|---|
| org.masukomi.aspirin.core.config | |
| org.masukomi.aspirin.core.delivery | |
| org.masukomi.aspirin.core.store.mail |
| Modifier and Type | Field and Description |
|---|---|
private MailStore |
Configuration.mailStore |
| Modifier and Type | Method and Description |
|---|---|
MailStore |
Configuration.getMailStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setMailStore(MailStore mailStore) |
| Modifier and Type | Field and Description |
|---|---|
private MailStore |
DeliveryManager.mailStore |
| Constructor and Description |
|---|
DeliveryManager(Configuration configuration,
QueueStore queueStore,
MailStore mailStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileMailStore
This store implementation is designed to reduce memory usage of MimeMessage
instances.
|
class |
SimpleMailStore
This store implementation has a simple hashmap to
store all MimeMessage objects.
|
Copyright © 2013. All Rights Reserved.