org.apache.james.transport.mailets
Class RemoveMailAttribute

java.lang.Object
  extended by org.apache.mailet.GenericMailet
      extended by 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: 494012 $ $Date: 2007-01-08 10:23:58 +0000 (Mon, 08 Jan 2007) $

Constructor Summary
RemoveMailAttribute()
           
 
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.GenericMailet
destroy, 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

RemoveMailAttribute

public RemoveMailAttribute()
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
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 ? 2002-2009 The Apache Software Foundation. All Rights Reserved.