org.apache.james.transport.mailets
Class RemoveMailAttribute
java.lang.Object
org.apache.mailet.GenericMailet
org.apache.james.transport.mailets.RemoveMailAttribute
- All Implemented Interfaces:
- Mailet, MailetConfig
- public class RemoveMailAttribute
- extends GenericMailet
This mailet sets attributes on the Mail.
Sample configuration:
<mailet match="All" class="RemoveMailAttribute">
<name>attribute_name1</name>
<name>attribute_name2</name>
</mailet>
- Since:
- 2.2.0
- Version:
- CVS $Revision: 365582 $ $Date: 2006-01-03 03:51:21 -0500 (Tue, 03 Jan 2006) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveMailAttribute
public RemoveMailAttribute()
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
init
public void init()
throws MailetException
- Initialize the mailet
- Overrides:
init
in class GenericMailet
- Throws:
MailetException
- if the processor parameter is missing
service
public void service(Mail mail)
throws MessagingException
- Remove the configured attributes
- 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."