| Package | Description |
|---|---|
| org.subethamail.smtp | |
| org.subethamail.smtp.helper | |
| org.subethamail.wiser |
| Modifier and Type | Method and Description |
|---|---|
String |
MessageHandler.data(InputStream data)
Called when the DATA part of the SMTP exchange begins.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BasicMessageHandlerFactory.BasicMessageHandler.data(InputStream is) |
void |
SmarterMessageListener.Receiver.deliver(InputStream data)
When message data arrives, this method will be called for every recipient
this listener accepted.
|
void |
SimpleMessageListener.deliver(String from,
String recipient,
InputStream data)
When message data arrives, this method will be called for every recipient
this listener accepted.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Wiser.deliver(String from,
String recipient,
InputStream data)
Cache the messages in memory
|
Copyright © 2006–2024. All rights reserved.