org.apache.james.mailet.standard.mailets
Class RecipientToLowerCase

java.lang.Object
  extended by org.apache.mailet.base.GenericMailet
      extended by org.apache.james.mailet.standard.mailets.RecipientToLowerCase
All Implemented Interfaces:
Mailet, MailetConfig

public class RecipientToLowerCase
extends GenericMailet

GenericMailet which convert all Recipients to lowercase


Constructor Summary
RecipientToLowerCase()
           
 
Method Summary
 void service(Mail mail)
          Called by the mailet container to allow the mailet to process a message.
 
Methods inherited from class org.apache.mailet.base.GenericMailet
arrayToString, checkInitParameters, destroy, getInitParameter, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetInfo, 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

RecipientToLowerCase

public RecipientToLowerCase()
Method Detail

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Description copied from class: GenericMailet

Called by the mailet container to allow the mailet to process a message.

This method is declared abstract so subclasses must override it.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - - the Mail object that contains the MimeMessage and routing information
Throws:
javax.mail.MessagingException - if any error occurs which prevents the Mail processing from completing successfully


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.