|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailetContext | |
---|---|
com.hs.mail.mailet | |
com.hs.mail.sieve | |
com.hs.mail.smtp.spool |
Uses of MailetContext in com.hs.mail.mailet |
---|
Classes in com.hs.mail.mailet that implement MailetContext | |
---|---|
class |
DefaultMailetContext
|
Fields in com.hs.mail.mailet declared as MailetContext | |
---|---|
protected MailetContext |
AbstractMailet.context
|
Methods in com.hs.mail.mailet with parameters of type MailetContext | |
---|---|
void |
RemoteDelivery.init(MailetContext context)
Initialize the mailet |
void |
Mailet.init(MailetContext context)
Initialize the mailet. |
void |
LocalDelivery.init(MailetContext context)
|
void |
AbstractMailet.init(MailetContext context)
|
Uses of MailetContext in com.hs.mail.sieve |
---|
Methods in com.hs.mail.sieve that return MailetContext | |
---|---|
MailetContext |
SieveMailAdapter.getMailetContext()
Returns the mailetContext. |
Methods in com.hs.mail.sieve with parameters of type MailetContext | |
---|---|
static void |
Actions.execute(org.apache.jsieve.mail.ActionFileInto anAction,
SieveMailAdapter aMail,
MailetContext aMailetContext)
Executes the passed ActionFileInto. |
static void |
Actions.execute(org.apache.jsieve.mail.ActionKeep anAction,
SieveMailAdapter aMail,
MailetContext aMailetContext)
Executes the passed ActionKeep. |
void |
ActionDispatcher.execute(org.apache.jsieve.mail.Action anAction,
org.apache.jsieve.mail.MailAdapter aMail,
MailetContext aMailetContext)
Method execute executes the passed Action by invoking the method mapped by the receiver with a parameter of the EXACT type of Action. |
static void |
Actions.execute(org.apache.jsieve.mail.ActionRedirect anAction,
SieveMailAdapter aMail,
MailetContext aMailetContext)
Method execute executes the passed ActionRedirect. |
static void |
Actions.execute(org.apache.jsieve.mail.ActionReject anAction,
SieveMailAdapter aMail,
MailetContext aMailetContext)
Method execute executes the passed ActionReject. |
static boolean |
Sieve.runSieve(MailetContext context,
Recipient recipient,
SmtpMessage msg)
|
protected void |
SieveMailAdapter.setMailetContext(MailetContext mailetContext)
Sets the mailetContext. |
Constructors in com.hs.mail.sieve with parameters of type MailetContext | |
---|---|
SieveMailAdapter(MailetContext aMailetContext,
String soleRecipient,
long soleRecipientID)
Constructor for SieveMailAdapter. |
Uses of MailetContext in com.hs.mail.smtp.spool |
---|
Methods in com.hs.mail.smtp.spool with parameters of type MailetContext | |
---|---|
void |
SmtpMessageConsumer.setMailetContext(MailetContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |