org.apache.james.transport.mailets
Class RemoveMailAttribute
java.lang.Object
org.apache.mailet.base.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: 713949 $ $Date: 2008-11-14 07:40:21 +0000 (Fri, 14 Nov 2008) $
|
Method Summary |
java.lang.String |
getMailetInfo()
Return a string describing this mailet. |
void |
init()
Initialize the mailet |
void |
service(Mail mail)
Remove the configured attributes |
| Methods inherited from class org.apache.mailet.base.GenericMailet |
arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveMailAttribute
public RemoveMailAttribute()
getMailetInfo
public java.lang.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 javax.mail.MessagingException
- Remove the configured attributes
- Specified by:
service in interface Mailet- Specified by:
service in class GenericMailet
- Parameters:
mail - the mail to process
- Throws:
javax.mail.MessagingException - in all cases
Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.