public interface MailTransaction
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RecipientContext> |
getAcceptedRecipientContexts()
accepted recipients
|
Object |
getAttribute(String name) |
MailData |
getData()
null if data is not received yet
|
String |
getFrom()
Returns the accepted reverse-path supplied in the MAIL SMTP command.
|
org.subethamail.smtp.MessageContext |
getMessageContext() |
java.net.InetAddress |
getRemoteInetAddress()
convenience function, a better place for this would be
MessageContext |
void |
replaceData(MailData mailData)
filters shouldn't call this method, instead they should simply wrap the
MailData object they receive and pass it to the next element in
the chain. |
void |
setAttribute(String name,
Object value) |
String getFrom()
java.util.List<RecipientContext> getAcceptedRecipientContexts()
MailData getData()
void replaceData(MailData mailData)
MailData object they receive and pass it to the next element in
the chain.org.subethamail.smtp.MessageContext getMessageContext()
java.net.InetAddress getRemoteInetAddress()
MessageContextObject getAttribute(String name)
void setAttribute(String name,
Object value)