org.apache.james.transport.mailets
Class ToRepository

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

public class ToRepository
extends GenericMailet

Stores incoming Mail in the specified Repository. If the "passThrough" in confs is true the mail will be returned untouched in the pipe. If false will be destroyed.

Version:
1.0.0, 24/04/1999, This is $Revision: 382444 $

Constructor Summary
ToRepository()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Return a string describing this mailet.
 void init()
          Initialize the mailet, loading configuration information.
 void service(Mail mail)
          Store a mail in a particular repository.
 
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

ToRepository

public ToRepository()
Method Detail

init

public void init()
Initialize the mailet, loading configuration information.

Overrides:
init in class GenericMailet

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Store a mail in a particular repository.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail to process
Throws:
javax.mail.MessagingException - - if an exception occurs that interferes with the mailet's normal operation

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


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.