org.apache.james.transport.mailets
Class SetMailAttribute

java.lang.Object
  extended by org.apache.mailet.base.GenericMailet
      extended by 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: 713949 $ $Date: 2008-11-14 07:40:21 +0000 (Fri, 14 Nov 2008) $

Constructor Summary
SetMailAttribute()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Return a string describing this mailet.
 void init()
          Initialize the mailet
 void service(Mail mail)
          Sets 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
 

Constructor Detail

SetMailAttribute

public SetMailAttribute()
Method Detail

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
Sets 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.