| Package | Description | 
|---|---|
| net.bluemind.milter | |
| net.bluemind.milter.metrics | 
| Modifier and Type | Method and Description | 
|---|---|
IMilterListener.Status | 
IMilterListener.onBody(java.nio.ByteBuffer bodyp)
Called to handle a piece of a message's body 
 | 
IMilterListener.Status | 
IMilterListener.onEnvFrom(java.lang.String from)
Called to handle the envelope FROM command 
 | 
IMilterListener.Status | 
IMilterListener.onEnvRcpt(java.lang.String rcpt)
Called to handle the envelope RCPT command. 
 | 
IMilterListener.Status | 
IMilterListener.onEoh()
Called to handle the end of message headers 
 | 
IMilterListener.Status | 
IMilterListener.onHeader(java.lang.String headerf,
        java.lang.String headerv)
Called to handle message header 
 | 
IMilterListener.Status | 
IMilterListener.onMessage(SmtpEnvelope envelope,
         org.apache.james.mime4j.dom.Message message)
Called for each message 
 | 
static IMilterListener.Status | 
IMilterListener.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static IMilterListener.Status[] | 
IMilterListener.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IMilterListener.Status | 
InboundOutboundClassifier.onBody(java.nio.ByteBuffer bodyp)  | 
IMilterListener.Status | 
InboundOutboundClassifier.onEnvFrom(java.lang.String envFrom)  | 
IMilterListener.Status | 
InboundOutboundClassifier.onEnvRcpt(java.lang.String rcpt)  | 
IMilterListener.Status | 
InboundOutboundClassifier.onEoh()  | 
IMilterListener.Status | 
InboundOutboundClassifier.onHeader(java.lang.String headerf,
        java.lang.String headerv)  | 
IMilterListener.Status | 
InboundOutboundClassifier.onMessage(SmtpEnvelope envelope,
         org.apache.james.mime4j.dom.Message message)  | 
Copyright © 2021. All Rights Reserved.