org.apache.james.transport.mailets
Class RemoveAllMailAttributes
java.lang.Object
org.apache.mailet.GenericMailet
org.apache.james.transport.mailets.RemoveAllMailAttributes
- All Implemented Interfaces:
- Mailet, MailetConfig
- public class RemoveAllMailAttributes
- extends GenericMailet
This mailet sets removes all attributes set on the Mail instance
Sample configuration:
<mailet match="All" class="RemoveAllMailAttributes"/>
- Since:
- 2.2.0
- Version:
- CVS $Revision: 382444 $ $Date: 2006-03-02 11:56:32 -0500 (Thu, 02 Mar 2006) $
Methods inherited from class org.apache.mailet.GenericMailet |
destroy, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveAllMailAttributes
public RemoveAllMailAttributes()
getMailetInfo
public String getMailetInfo()
- Return a string describing this mailet.
- Specified by:
getMailetInfo
in interface Mailet
- Overrides:
getMailetInfo
in class GenericMailet
- Returns:
- a string describing this mailet
service
public void service(Mail mail)
throws MessagingException
- Removes all attributes on the Mail
- Specified by:
service
in interface Mailet
- Specified by:
service
in class GenericMailet
- Parameters:
mail
- the mail to process
- Throws:
MessagingException
- in all cases
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."