org.apache.james.transport.mailets
Class SetMimeHeader
java.lang.Object
org.apache.mailet.GenericMailet
org.apache.james.transport.mailets.SetMimeHeader
- All Implemented Interfaces:
- Mailet, MailetConfig
- Direct Known Subclasses:
- AddHeader
- public class SetMimeHeader
- extends GenericMailet
Adds a specified header and value to the message.
Sample configuration:
- Version:
- 1.0.0, 2002-09-11
Method Summary |
String |
getMailetInfo()
Return a string describing this mailet. |
void |
init()
Initialize the mailet. |
void |
service(Mail mail)
Takes the message and adds a header to it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetMimeHeader
public SetMimeHeader()
init
public void init()
throws MessagingException
- Initialize the mailet.
- Overrides:
init
in class GenericMailet
- Throws:
MessagingException
- if an exception occurs that interrupts the mailet's normal operation
service
public void service(Mail mail)
- Takes the message and adds a header to it.
- Specified by:
service
in interface Mailet
- Specified by:
service
in class GenericMailet
- Parameters:
mail
- the mail being processed
- Throws:
MessagingException
- if an error arises during message processing
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
"Copyright © 1999-2006 Apache Jakarta Project. All Rights Reserved."