| Package | Description |
|---|---|
| org.subethamail.smtp | |
| org.subethamail.smtp.helper |
| Modifier and Type | Class and Description |
|---|---|
class |
DropConnectionException
A type of RejectException that additionally causes the server to close
the connection to the client.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
AuthenticationHandler.auth(String clientInput,
MessageContext context)
Initially called using an input string in the RFC2554 form: "AUTH
|
String |
MessageHandler.data(InputStream data)
Called when the DATA part of the SMTP exchange begins.
|
void |
MessageHandler.from(String from)
Called first, after the MAIL FROM during a SMTP exchange.
|
void |
MessageHandler.recipient(String recipient)
Called once for every RCPT TO during a SMTP exchange.
|
| Modifier and Type | Method and Description |
|---|---|
String |
BasicMessageHandlerFactory.BasicMessageHandler.data(InputStream is) |
void |
BasicMessageHandlerFactory.BasicMessageHandler.from(String from) |
void |
BasicMessageListener.messageArrived(MessageContext context,
String from,
String to,
byte[] data)
Process a message that has just arrived.
|
void |
BasicMessageHandlerFactory.BasicMessageHandler.recipient(String recipient) |
Copyright © 2006–2024. All rights reserved.