FileDocCategorySizeDatePackage
Identity.javaAPI DocApache James 2.3.11807Fri Jan 12 12:56:30 GMT 2007org.apache.james.transport.mailets.debug

Identity

public class Identity extends org.apache.mailet.GenericMailet
Opposite of Null Mailet. It let any incoming mail untouched. Used only for debugging.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetMailetInfo()
Return a string describing this mailet.

return
a string describing this mailet

        return "Identity Mailet";
    
public voidservice(org.apache.mailet.Mail mail)
Do nothing.

param
mail the mail to be processed

        //Do nothing