| |
|
| java.lang.Object org.apache.mailet.GenericMailet org.apache.james.transport.mailets.LocalDelivery
LocalDelivery | public class LocalDelivery extends GenericMailet (Code) | | Receives a Mail from JamesSpoolManager and takes care of delivery of the
message to local inboxes.
Since James 2.3.0 this mailet is a composition of
UserRepositoryAliasingForwarding and ToMultiRepository
configurated to mimic the old "LocalDelivery" behaviour.
|
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) | | Delivers a mail to a local mailbox.
Parameters: mail - the mail being processed throws: MessagingException - if an error occurs while storing the mail |
|
|
|