|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Action defines the final state of a
MailAdapter instance.ActionModeAutomaticActionModeManualsieve script contained in the given file by
executing it against the given message.
sieve script contained in the given file by
executing it against the given message.
CommandException indicates an exceptional condition
encountered while executing a Command.String in which all
non-digit characters are translated to the character 0xff.
ConfigurationManager parses the XML statements
in the Sieve configuration file and translates them to Java objects.contains answers a boolean indicating if the
parameter container contains the parameter
contents.
contains answers a boolean indicating if the parameter
container contains the parameter contents using an
instance of comparatorName.
- Contains - Interface in org.apache.jsieve.comparators
- Interface Contains defines the method signatures for contains comparators.
- contains(String, String) -
Method in interface org.apache.jsieve.comparators.Contains
- Method contains answers a
boolean indicating if parameter
container contains parameter content using
the comparison rules defind by the implementation.
- contains(String, String) -
Method in class org.apache.jsieve.comparators.Octet
-
- CONTAINS_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- content(CharSequence) -
Method in interface org.apache.jsieve.util.SieveToXml.Out
- Outputs body text.
- content(CharSequence) -
Method in class org.apache.jsieve.util.XmlOut
- Writes content.
- CONTROL_COMMANDS -
Static variable in class org.apache.jsieve.util.SieveToXml
- Control commands (as listed in RFC 3028)
- 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.
Disposition encapsulating
disposition information as defined by RFC 2298.DispositionActionMode marks a type encapsulating
disposition action mode information as defined by RFC 2298.DispositionModifier marks a type encapsulating
disposition modifier information as defined by RFC 2298.DispositionSendingMode marks a type encapsulating
disposition sending mode information as defined by RFC 2298.DispositionType marks a type encapsulating
disposition type information as defined by RFC 2298.equals answers a boolean indicating if the
parameter string1 is equal to the parameter
string2.
boolean indicating if parameter
string1 is equal to parameter string2 using
the comparison rules defind by the implementation.
SieveAddressBuilder.addAddresses(String) since the last call to SieveAddressBuilder.reset().
ScriptCheckMailAdapter.executedActions was last
called.
is answers a boolean indicating if the parameter
container is equal to the parameter contents using
an instance of comparatorName.
- IS_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- isActionFileInto(String, int) -
Method in class org.apache.jsieve.util.check.ScriptChecker.Results
- Is the
n'th action a FileInto
with given destination?
- isActionKeep(int) -
Method in class org.apache.jsieve.util.check.ScriptChecker.Results
- Is the
n'th action a Keep?
- isActionRedirect(String, int) -
Method in class org.apache.jsieve.util.check.ScriptChecker.Results
- Is the
n'th action a Redirect
with given address?
- isActionReject(String, int) -
Method in class org.apache.jsieve.util.check.ScriptChecker.Results
- Is the
n'th action a Reject
with given message?
- isCommandSupported(String) -
Method in interface org.apache.jsieve.CommandManager
- Method isSupported answers a boolean indicating if a Command name is
configured.
- isCommandSupported(String) -
Method in class org.apache.jsieve.CommandManagerImpl
- Method isSupported answers a boolean indicating if a Command name is
configured.
- isConsume() -
Method in class org.apache.jsieve.mailet.SieveMailboxMailet
- Is this mailet GHOSTing all mail it processes?
- isElseAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isElseAllowed answers a boolean indicating if an Else Command is
allowed.
- isElseRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isElseRunnable answers a boolean indicating if an Else Command is
runnable based upon the current evaluation state.
- isElsifAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isElsifAllowed answers a boolean indicating if an Elsif Command is
allowed.
- isElsifRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isElsifRunnable answers a boolean indicating if an Elsif Command
is runnable based upon the current evaluation state.
- isHasActions() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the hasActions.
- isIfAllowed() -
Method in class org.apache.jsieve.ConditionManager
- Method isIfAllowed answers a boolean indicating if an If Command is
allowed.
- isIfRunnable() -
Method in class org.apache.jsieve.ConditionManager
- Method isIfRunnable answers a boolean indicating if an If Command is
runnable based upon the current evaluation state.
- isImplicitKeep() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the implicitKeep.
- isInfoLoggingOn() -
Method in class org.apache.jsieve.mailet.SieveMailboxMailet
- Is informational logging turned on?
- isInProlog() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the inProlog.
- isPass() -
Method in class org.apache.jsieve.util.check.ScriptChecker.Results
- Is this a pass?
- isQuiet() -
Method in class org.apache.jsieve.mailet.SieveMailboxMailet
- Is the logging for this mailet set to minimal?
- isRejected() -
Method in class org.apache.jsieve.CommandStateManager
- Returns the isRejected.
- isTestResult() -
Method in class org.apache.jsieve.ConditionManager
- Returns the testResult.
- isVerbose() -
Method in class org.apache.jsieve.mailet.SieveMailboxMailet
- Is this mailet logging verbosely?
This property is set by init parameters.
MailAdapter defines the minimum functionality
required of of a class implementing a mail message.match answers a boolean indicating if the parameter
matchTarget compares to parameter
matchArgument is a match of matchType using
the comparator comparatorName.
matches answers a boolean indicating if the
parameter string matches the glob pattern described by
parameter glob.
matches answers a boolean indicating if the
parameter
string/code> is matched by the patterm glob using an
instance of comparatorName.
- Matches - Interface in org.apache.jsieve.comparators
- Interface Matches defines the method signatures for matches comparators.
- matches(String, String) -
Method in interface org.apache.jsieve.comparators.Matches
- Method matches answers a
boolean indicating if parameter
string1 matches the pattern in parameter glob
using the matching rules defind by the implementation.
- matches(String, String) -
Method in class org.apache.jsieve.comparators.Octet
-
- MATCHES_TAG -
Static variable in interface org.apache.jsieve.comparators.MatchTypeTags
-
- MatchTypeTags - Interface in org.apache.jsieve.comparators
- Interface MatchTypeTags defines the String constants used to specify an
MATCH-TYPE tag.
- 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
NodeHandler output into a
high level SieveHandler.SieveHandler.
OperationException indicates an exceptional condition
encountered while executing an Operation.ScriptCheckMailAdapter
MailAdapter implementation.sieve script by executing it against a given mail and
reporting the results.SendingModeAutomaticSendingModeManualScriptCheckMailAdapter.reset()s the adapter ready for another
execution.
MailAdapter.Address from address lists.SieveConfigurationException indicates an exceptional
condition encountered while evaluating the Sieve configuration.SieveException indicates an exceptional condition
encountered within Sieve.draft-freed-sieve-in-xml-01
Sieve Email Filtering: Sieves and display directives in XML.- SieveMailAdapter - Class in org.apache.jsieve.mailet
- Class
SieveMailAdapterimplements aMailAdapterfor 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
- SieveMailException - Exception in org.apache.jsieve.mail
- Class
SieveMailExceptionindicates an exceptional condition encountered while processing Sieve Mail.- SieveMailException() - Constructor for exception org.apache.jsieve.mail.SieveMailException
- Constructor for SieveMailException.
- SieveMailException(String) - Constructor for exception org.apache.jsieve.mail.SieveMailException
- Constructor for SieveMailException.
- SieveMailException(String, Throwable) - Constructor for exception org.apache.jsieve.mail.SieveMailException
- Constructor for SieveMailException.
- SieveMailException(Throwable) - Constructor for exception org.apache.jsieve.mail.SieveMailException
- Constructor for SieveMailException.
- SieveNode - Class in org.apache.jsieve.parser
- Class SieveNode defines aspects all jjTree parse nodes may require.
- SieveNode() - Constructor for class org.apache.jsieve.parser.SieveNode
- Constructor for SieveNode.
- SieveParserVisitorImpl - Class in org.apache.jsieve
- Class SieveParserVisitorImpl defines the behaviour for each visited node in the Sieve grammar.
- SieveParserVisitorImpl(SieveContext) - Constructor for class org.apache.jsieve.SieveParserVisitorImpl
- Constructor for NodeVisitor.
- SievePatternException - Exception in org.apache.jsieve.exception
- Class
SievePatternExceptionindicates an exceptional condition encountered while evaluating a glob expression.- SievePatternException() - Constructor for exception org.apache.jsieve.exception.SievePatternException
- Constructor for SievePatternException.
- SievePatternException(String) - Constructor for exception org.apache.jsieve.exception.SievePatternException
- Constructor for SievePatternException.
- SievePatternException(String, Throwable) - Constructor for exception org.apache.jsieve.exception.SievePatternException
- Constructor for SievePatternException.
- SievePatternException(Throwable) - Constructor for exception org.apache.jsieve.exception.SievePatternException
- Constructor for SievePatternException.
- sieveToJavaRegex(String) - Static method in class org.apache.jsieve.comparators.ComparatorUtils
- Converts a Sieve pattern in a java regex pattern
- SieveToXml - Class in org.apache.jsieve.util
- Converts Sieve nodes to xml.
- SieveToXml() - Constructor for class org.apache.jsieve.util.SieveToXml
- SieveToXml.NameMapper - Interface in org.apache.jsieve.util
- Maps node names to element names.
- SieveToXml.Out - Interface in org.apache.jsieve.util
- Simple infoset output.
- SieveValidationVisitor - Class in org.apache.jsieve
- Validates nodes visited.
- SieveValidationVisitor(CommandManager, TestManager) - Constructor for class org.apache.jsieve.SieveValidationVisitor
- Size - Class in org.apache.jsieve.tests
- Class Size implements the Size Test as defined in RFC 3028, section 5.9.
- Size() - Constructor for class org.apache.jsieve.tests.Size
- Constructor for Size.
- start() - Method in interface org.apache.jsieve.util.NodeHandler
- Starts a tree traversal.
- start(SimpleNode) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTstart) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTcommands) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTcommand) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTblock) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTarguments) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTargument) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTtest) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTtest_list) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTstring) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start(ASTstring_list) - Method in interface org.apache.jsieve.util.NodeHandler
- Starts traversal of given node.
- start() - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(SimpleNode) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTstart) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTcommands) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTcommand) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTblock) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTarguments) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTargument) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTtest) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTtest_list) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTstring) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- start(ASTstring_list) - Method in class org.apache.jsieve.util.NodeToSieveAdapter
- startArguments() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startArguments() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a block of arguments.
- startBlock() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startBlock() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a block.
- startCommand(String) - Method in class org.apache.jsieve.util.SieveHandler.Base
- startCommand(String) - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a command.
- startCommands() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startCommands() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a block of commands.
- startDocument() - Method in class org.apache.jsieve.util.XmlOut
- Starts a document by writing a prolog.
- startScript() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startScript() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a Sieve script.
- startStringListArgument() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startStringListArgument() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of an argument which is a list of strings.
- startTest(String) - Method in class org.apache.jsieve.util.SieveHandler.Base
- startTest(String) - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a test.
- startTestList() - Method in class org.apache.jsieve.util.SieveHandler.Base
- startTestList() - Method in interface org.apache.jsieve.util.SieveHandler
- Handles the start of a list of tests.
- Stop - Class in org.apache.jsieve.commands
- Class Stop implements the Stop Command as defined in RFC 3028, section 3.3.
- Stop() - Constructor for class org.apache.jsieve.commands.Stop
- Constructor for Require.
- StopException - Exception in org.apache.jsieve.exception
- Class
StopExceptionindicates that evaluation should be terminated.- StopException() - Constructor for exception org.apache.jsieve.exception.StopException
- Constructor for StopException.
- StopException(String) - Constructor for exception org.apache.jsieve.exception.StopException
- Constructor for StopException.
- StopException(String, Throwable) - Constructor for exception org.apache.jsieve.exception.StopException
- Constructor for StopException.
- StopException(Throwable) - Constructor for exception org.apache.jsieve.exception.StopException
- Constructor for StopException.
- storeMail(MailAddress, MailAddress, Mail) - Method in class org.apache.jsieve.mailet.SieveMailboxMailet
- StringListArgument - Class in org.apache.jsieve
- Class StringListArgument is a parsed representation of the RFC3028 BNF...
- StringListArgument(List) - Constructor for class org.apache.jsieve.StringListArgument
- Constructor for StringListArgument.
- SyntaxException - Exception in org.apache.jsieve.exception
- Class
SyntaxExceptionindicates an exceptional condition encountered while evaluating the operands of a Sieve operation, such as a Command, Test or Comparator.- SyntaxException() - Constructor for exception org.apache.jsieve.exception.SyntaxException
- Constructor for SyntaxException.
- SyntaxException(String) - Constructor for exception org.apache.jsieve.exception.SyntaxException
- Constructor for SyntaxException.
- SyntaxException(String, Throwable) - Constructor for exception org.apache.jsieve.exception.SyntaxException
- Constructor for SyntaxException.
- SyntaxException(Throwable) - Constructor for exception org.apache.jsieve.exception.SyntaxException
- Constructor for SyntaxException.
- syntaxException(CharSequence) - Method in class org.apache.jsieve.ScriptCoordinate
- Creates a syntax exception based on the given message containing details of the script position.
TestException indicates an exceptional condition
encountered while executing a Test.TypeDeletedTypeDeniedTypeDispatchedTypeDisplayedTypeFailedTypeProcessedSieveToXml#Out implementation.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||