org.apache.james.transport.mailets
Class RemoveAllMailAttributes

java.lang.Object
  extended by org.apache.mailet.GenericMailet
      extended by org.apache.james.transport.mailets.RemoveAllMailAttributes
All Implemented Interfaces:
Mailet, MailetConfig

public class RemoveAllMailAttributes
extends GenericMailet

This mailet sets removes all attributes set on the Mail instance Sample configuration: <mailet match="All" class="RemoveAllMailAttributes"/>

Since:
2.2.0
Version:
CVS $Revision: 494012 $ $Date: 2007-01-08 10:23:58 +0000 (lun, 08 gen 2007) $

Constructor Summary
RemoveAllMailAttributes()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Removes all attributes on the Mail
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveAllMailAttributes

public RemoveAllMailAttributes()
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

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Removes all attributes on the Mail

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-2007 The Apache Software Foundation. All Rights Reserved.