| java.lang.Object org.apache.mailet.GenericMailet org.apache.james.transport.mailets.LogMessage
LogMessage | public class LogMessage extends GenericMailet (Code) | | Logs Message Headers and/or Body.
If the "passThrough" in confs is true the mail will be left untouched in
the pipe. If false will be destroyed. Default is true.
version: This is $Revision: 1.8.4.2 $ |
Method Summary | |
public String | getMailetInfo() Return a string describing this mailet. | public void | init() Initialize the mailet, loading configuration information. | public void | service(Mail genericmail) |
getMailetInfo | public String getMailetInfo()(Code) | | Return a string describing this mailet.
a string describing this mailet |
init | public void init()(Code) | | Initialize the mailet, loading configuration information.
|
service | public void service(Mail genericmail)(Code) | | Log a particular message
Parameters: mail - the mail to process |
|
|