org.apache.james.transport.mailets
Class SetMailAttribute
java.lang.Object
org.apache.mailet.GenericMailet
org.apache.james.transport.mailets.SetMailAttribute
- All Implemented Interfaces:
- Mailet, MailetConfig
- public class SetMailAttribute
- extends GenericMailet
This mailet sets attributes on the Mail.
Sample configuration:
<mailet match="All" class="SetMailAttribute">
<name1>value1</name1>
<name2>value2</name2>
</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 |
SetMailAttribute
public SetMailAttribute()
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
- Sets 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."