| java.lang.Object org.apache.mailet.GenericMailet org.apache.james.transport.mailets.ToRepository
ToRepository | public class ToRepository extends GenericMailet (Code) | | 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 version: This is $Revision: 494012 $ |
Method Summary | |
public String | getMailetInfo() Return a string describing this mailet. | public void | init() Initialize the mailet, loading configuration information. | public void | service(Mail mail) Store a mail in a particular repository. |
getMailetInfo | public String getMailetInfo()(Code) | | Return a string describing this mailet.
a string describing this mailet |
init | public void init()(Code) | | Initialize the mailet, loading configuration information.
|
service | public void service(Mail mail) throws javax.mail.MessagingException(Code) | | Store a mail in a particular repository.
Parameters: mail - the mail to process |
|
|