A C D E F G I K M O P R S T U

A

ActionContext - Interface in org.apache.jsieve.mailet
Provides context for action execution.
ActionDispatcher - Class in org.apache.jsieve.mailet
Dynamically dispatches an Action depending on the type of Action received at runtime.
ActionDispatcher() - Constructor for class org.apache.jsieve.mailet.ActionDispatcher
Constructor for ActionDispatcher.
ActionModeAutomatic - Class in org.apache.jsieve.mailet.mdn
Class ActionModeAutomatic
ActionModeAutomatic() - Constructor for class org.apache.jsieve.mailet.mdn.ActionModeAutomatic
Default Constructor
ActionModeManual - Class in org.apache.jsieve.mailet.mdn
Class ActionModeManual
ActionModeManual() - Constructor for class org.apache.jsieve.mailet.mdn.ActionModeManual
Default Constructor
ActionUtils - Class in org.apache.jsieve.mailet
Utility methods helpful for actions.
ActionUtils() - Constructor for class org.apache.jsieve.mailet.ActionUtils
 
addAction(Action) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Adds an Action.

C

computeActions() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns a new List of actions.
create(String, String, String, String, String, String, Disposition) - Static method in class org.apache.jsieve.mailet.mdn.MDNFactory
Answers a MimeMultipartReport containing a Message Delivery Notification as specified by RFC 2298.

D

detectAndHandleLocalLooping(Mail, ActionContext, String) - Static method in class org.apache.jsieve.mailet.ActionUtils
Detect and handle locally looping mail.
Disposition - Class in org.apache.jsieve.mailet.mdn
Class Disposition encapsulating disposition information as defined by RFC 2298.
Disposition(DispositionActionMode, DispositionSendingMode, DispositionType) - Constructor for class org.apache.jsieve.mailet.mdn.Disposition
Constructor.
Disposition(DispositionActionMode, DispositionSendingMode, DispositionType, DispositionModifier[]) - Constructor for class org.apache.jsieve.mailet.mdn.Disposition
Constructor.
DispositionActionMode - Interface in org.apache.jsieve.mailet.mdn
Interface DispositionActionMode marks a type encapsulating disposition action mode information as defined by RFC 2298.
DispositionModifier - Interface in org.apache.jsieve.mailet.mdn
Interface DispositionModifier marks a type encapsulating disposition modifier information as defined by RFC 2298.
DispositionSendingMode - Interface in org.apache.jsieve.mailet.mdn
Interface DispositionSendingMode marks a type encapsulating disposition sending mode information as defined by RFC 2298.
DispositionType - Interface in org.apache.jsieve.mailet.mdn
Interface DispositionType marks a type encapsulating disposition type information as defined by RFC 2298.

E

execute(Action, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.ActionDispatcher
Method execute executes the passed Action by invoking the method mapped by the receiver with a parameter of the EXACT type of Action.
execute(Action, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.FileIntoAction
 
execute(ActionFileInto, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.FileIntoAction
Executes the passed ActionFileInto.
execute(Action, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.KeepAction
 
execute(ActionKeep, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.KeepAction
Executes the passed ActionKeep.
execute(Action, Mail, ActionContext) - Method in interface org.apache.jsieve.mailet.MailAction
Executes the given action.
execute(Action, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.RedirectAction
 
execute(ActionRedirect, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.RedirectAction
Method execute executes the passed ActionRedirect.
execute(Action, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.RejectAction
 
execute(ActionReject, Mail, ActionContext) - Method in class org.apache.jsieve.mailet.RejectAction
Method execute executes the passed ActionReject.
executeActions() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 

F

FileIntoAction - Class in org.apache.jsieve.mailet
Performs the filing of a mail into a specified destination.
FileIntoAction() - Constructor for class org.apache.jsieve.mailet.FileIntoAction
 

G

get(String) - Method in interface org.apache.jsieve.mailet.ResourceLocator
GET verb locates and loads a resource.
getActionMode() - Method in class org.apache.jsieve.mailet.mdn.Disposition
Answer the Disposition Mode.
getActions() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the List of actions.
getContentType() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getDispositionModifiers() - Method in class org.apache.jsieve.mailet.mdn.Disposition
Answer the Disposition Modifiers.
getDispositionType() - Method in class org.apache.jsieve.mailet.mdn.Disposition
Answer the Disposition Type.
getEnvelope(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getEnvelopeFrom() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the from.
getEnvelopeNames() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getEnvelopes() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Method getEnvelopes.
getEnvelopeTo() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the sole recipient or null if there isn't one.
getHeader(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getHeaderNames() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getLocator() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
 
getLog() - Method in interface org.apache.jsieve.mailet.ActionContext
Gets the log.
getLog() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getMail() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the mail.
getMailetContext() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the mailetContext.
getMailetInfo() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Return a string describing this mailet.
getMatchingEnvelope(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getMatchingHeader(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getMessage() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Returns the message.
getMethodMap() - Method in class org.apache.jsieve.mailet.ActionDispatcher
Returns the methodMap.
getPoster() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
 
getSendingMode() - Method in class org.apache.jsieve.mailet.mdn.Disposition
Answer the Sending Mode.
getServerInfo() - Method in interface org.apache.jsieve.mailet.ActionContext
Gets name (including version) of this server.
getServerInfo() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getSize() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
getSoleRecipient(Mail) - Static method in class org.apache.jsieve.mailet.ActionUtils
Answers the sole intended recipient for aMail.

I

init(MailetConfig) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
 
init() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
 
isConsume() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Is this mailet GHOSTing all mail it processes?
isInBodyText(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
isInfoLoggingOn() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Is informational logging turned on?
isQuiet() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Is the logging for this mailet set to minimal?
isVerbose() - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Is this mailet logging verbosely? This property is set by init parameters.

K

KeepAction - Class in org.apache.jsieve.mailet
Performs the filing of a mail into the inbox.
KeepAction() - Constructor for class org.apache.jsieve.mailet.KeepAction
 

M

MailAction - Interface in org.apache.jsieve.mailet
Executes a Sieve action.
MDNFactory - Class in org.apache.jsieve.mailet.mdn
Class MDNFactory creates MimeMultipartReports containing Message Delivery Notifications as specified by RFC 2298.
ModifierError - Class in org.apache.jsieve.mailet.mdn
Class ModifierError
ModifierError() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierError
Default Constructor
ModifierExpired - Class in org.apache.jsieve.mailet.mdn
Class ModifierExpired
ModifierExpired() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierExpired
Default Constructor
ModifierFailed - Class in org.apache.jsieve.mailet.mdn
Class ModifierFailed
ModifierFailed() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierFailed
Default Constructor
ModifierMailboxTerminated - Class in org.apache.jsieve.mailet.mdn
Class ModifierMailboxTerminated
ModifierMailboxTerminated() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierMailboxTerminated
Default Constructor
ModifierSuperseded - Class in org.apache.jsieve.mailet.mdn
Class ModifierSuperseded
ModifierSuperseded() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierSuperseded
Default Constructor
ModifierWarning - Class in org.apache.jsieve.mailet.mdn
Class ModifierWarning
ModifierWarning() - Constructor for class org.apache.jsieve.mailet.mdn.ModifierWarning
Default Constructor

O

org.apache.jsieve.mailet - package org.apache.jsieve.mailet
Sieve filtering mailet.
org.apache.jsieve.mailet.mdn - package org.apache.jsieve.mailet.mdn
MDN for JavaMail.

P

parseAddresses(String) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
post(String, MimeMessage) - Method in interface org.apache.jsieve.mailet.ActionContext
Experimental mail delivery.
post(MailAddress, Collection<MailAddress>, MimeMessage) - Method in interface org.apache.jsieve.mailet.ActionContext
Posts the given mail.
post(String, MimeMessage) - Method in interface org.apache.jsieve.mailet.Poster
Experimental mail delivery.
post(String, MimeMessage) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
post(MailAddress, Collection, MimeMessage) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
Poster - Interface in org.apache.jsieve.mailet
Experimental interface.

R

RedirectAction - Class in org.apache.jsieve.mailet
Performs the redirection of a mail.
RedirectAction() - Constructor for class org.apache.jsieve.mailet.RedirectAction
 
RejectAction - Class in org.apache.jsieve.mailet
Performs the rejection of a mail, with a reply to the sender.
RejectAction() - Constructor for class org.apache.jsieve.mailet.RejectAction
 
ResourceLocator - Interface in org.apache.jsieve.mailet
Experimental API locates resources.

S

SendingModeAutomatic - Class in org.apache.jsieve.mailet.mdn
Class SendingModeAutomatic
SendingModeAutomatic() - Constructor for class org.apache.jsieve.mailet.mdn.SendingModeAutomatic
Default Constructor
SendingModeManual - Class in org.apache.jsieve.mailet.mdn
Class SendingModeManual
SendingModeManual() - Constructor for class org.apache.jsieve.mailet.mdn.SendingModeManual
Default Constructor
service(Mail) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Delivers a mail to a local mailbox.
setActionMode(DispositionActionMode) - Method in class org.apache.jsieve.mailet.mdn.Disposition
Set the Disposition Mode.
setActions(List<Action>) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Sets the actions.
setConsume(boolean) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Sets whether this mailet should GHOST all mail.
setContext(SieveContext) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
setDispositionModifiers(DispositionModifier[]) - Method in class org.apache.jsieve.mailet.mdn.Disposition
Set the Disposition Modifiers.
setDispositionType(DispositionType) - Method in class org.apache.jsieve.mailet.mdn.Disposition
Set the Disposition Type.
setLocator(ResourceLocator) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
For SDI
setLog(Log) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
setMail(Mail) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Sets the mail.
setMailetContext(MailetContext) - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Sets the mailetContext.
setMethodMap(ConcurrentMap<Class, MailAction>) - Method in class org.apache.jsieve.mailet.ActionDispatcher
Sets the mail action mail.
setPoster(Poster) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
For SDI
setQuiet(boolean) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Sets the logging for this mailet to minimal.
setSendingMode(DispositionSendingMode) - Method in class org.apache.jsieve.mailet.mdn.Disposition
Set the Sending Mode.
setVerbose(boolean) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
Sets whether logging should be verbose for this mailet.
SieveMailAdapter - Class in org.apache.jsieve.mailet
Class SieveMailAdapter implements a MailAdapter for use in a Mailet environment.
SieveMailAdapter(Mail, MailetContext, ActionDispatcher, Poster) - Constructor for class org.apache.jsieve.mailet.SieveMailAdapter
Constructor for SieveMailAdapter.
SieveMailboxMailet - Class in org.apache.jsieve.mailet
Executes a Sieve script against incoming mail.
SieveMailboxMailet() - Constructor for class org.apache.jsieve.mailet.SieveMailboxMailet
For SDI
SieveMailboxMailet(Poster, ResourceLocator) - Constructor for class org.apache.jsieve.mailet.SieveMailboxMailet
CDI
storeMail(MailAddress, MailAddress, Mail) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
 

T

toString() - Method in class org.apache.jsieve.mailet.mdn.ActionModeAutomatic
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ActionModeManual
 
toString() - Method in class org.apache.jsieve.mailet.mdn.Disposition
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierError
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierExpired
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierFailed
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierMailboxTerminated
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierSuperseded
 
toString() - Method in class org.apache.jsieve.mailet.mdn.ModifierWarning
 
toString() - Method in class org.apache.jsieve.mailet.mdn.SendingModeAutomatic
 
toString() - Method in class org.apache.jsieve.mailet.mdn.SendingModeManual
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeDeleted
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeDenied
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeDispatched
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeDisplayed
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeFailed
 
toString() - Method in class org.apache.jsieve.mailet.mdn.TypeProcessed
 
toString() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
 
TypeDeleted - Class in org.apache.jsieve.mailet.mdn
Class TypeDeleted
TypeDeleted() - Constructor for class org.apache.jsieve.mailet.mdn.TypeDeleted
Default Constructor
TypeDenied - Class in org.apache.jsieve.mailet.mdn
Class TypeDenied
TypeDenied() - Constructor for class org.apache.jsieve.mailet.mdn.TypeDenied
Default Constructor
TypeDispatched - Class in org.apache.jsieve.mailet.mdn
Class TypeDispatched
TypeDispatched() - Constructor for class org.apache.jsieve.mailet.mdn.TypeDispatched
Default Constructor
TypeDisplayed - Class in org.apache.jsieve.mailet.mdn
Class TypeDisplayed
TypeDisplayed() - Constructor for class org.apache.jsieve.mailet.mdn.TypeDisplayed
Default Constructor
TypeFailed - Class in org.apache.jsieve.mailet.mdn
Class TypeFailed
TypeFailed() - Constructor for class org.apache.jsieve.mailet.mdn.TypeFailed
Default Constructor
TypeProcessed - Class in org.apache.jsieve.mailet.mdn
Class TypeProcessed
TypeProcessed() - Constructor for class org.apache.jsieve.mailet.mdn.TypeProcessed
Default Constructor

U

updateActions() - Method in class org.apache.jsieve.mailet.SieveMailAdapter
Updates the actions.

A C D E F G I K M O P R S T U

Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.