| Package | Description |
|---|---|
| org.subethamail.smtp | |
| org.subethamail.smtp.auth | |
| org.subethamail.smtp.helper | |
| org.subethamail.smtp.server |
| 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
|
MessageHandler |
MessageHandlerFactory.create(MessageContext ctx)
Called for the exchange of a single message during an SMTP conversation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsernamePasswordValidator.login(String username,
String password,
MessageContext context) |
| Modifier and Type | Method and Description |
|---|---|
MessageHandler |
BasicMessageHandlerFactory.create(MessageContext context) |
MessageHandler |
SmarterMessageListenerAdapter.create(MessageContext ctx) |
MessageHandler |
SimpleMessageListenerAdapter.create(MessageContext ctx) |
void |
BasicMessageListener.messageArrived(MessageContext context,
String from,
String to,
byte[] data)
Process a message that has just arrived.
|
| Constructor and Description |
|---|
BasicMessageHandler(MessageContext context,
BasicMessageListener listener,
int maxMessageSize) |
| Modifier and Type | Class and Description |
|---|---|
class |
Session
The thread that handles a connection.
|
Copyright © 2006–2024. All rights reserved.