public interface SmarterMessageListener
Modifier and Type | Interface and Description |
---|---|
static interface |
SmarterMessageListener.Receiver
Interface which accepts delivery of a message.
|
Modifier and Type | Method and Description |
---|---|
SmarterMessageListener.Receiver |
accept(java.lang.String from,
java.lang.String recipient)
Called once for every RCPT TO during a SMTP exchange.
|
SmarterMessageListener.Receiver accept(java.lang.String from, java.lang.String recipient)
from
- is a rfc822-compliant email address.recipient
- is a rfc822-compliant email address.Copyright © 2006–2014. All rights reserved.