public interface MailQueue
Modifier and Type | Method and Description |
---|---|
String |
enqueue(Email email) |
List<String> |
getEnqueuedEmailIds() |
boolean |
isKeepSent() |
Email |
loadEmail(String id) |
void |
markFailed(String id) |
void |
markSent(String id) |
void |
setKeepSent(boolean keepSent) |
static final String copyright
String enqueue(Email email) throws QueueException
QueueException
List<String> getEnqueuedEmailIds() throws QueueException
QueueException
Email loadEmail(String id) throws QueueException
QueueException
void markSent(String id) throws QueueException
QueueException
void markFailed(String id) throws QueueException
QueueException
boolean isKeepSent()
void setKeepSent(boolean keepSent)