| |
|
| java.lang.Object org.apache.mailet.GenericMailet org.apache.james.transport.mailets.RemoveAllMailAttributes
RemoveAllMailAttributes | public class RemoveAllMailAttributes extends GenericMailet (Code) | | This mailet sets removes all attributes set on the Mail instance
Sample configuration:
<mailet match="All" class="RemoveAllMailAttributes"/>
version: CVS $Revision: 494012 $ $Date: 2007-01-08 11:23:58 +0100 (Mo, 08 Jan 2007) $ since: 2.2.0 |
getMailetInfo | public String getMailetInfo()(Code) | | Return a string describing this mailet.
a string describing this mailet |
service | public void service(Mail mail) throws MessagingException(Code) | | Removes all attributes on the Mail
Parameters: mail - the mail to process throws: MessagingException - in all cases |
|
|
|