Uses of Class
org.apache.jsieve.mail.SieveMailException

Packages that use SieveMailException
org.apache.jsieve.mail   
org.apache.jsieve.mail.optional   
org.apache.jsieve.mailet Sieve filtering mailet. 
org.apache.jsieve.tests   
org.apache.jsieve.tests.optional   
org.apache.jsieve.util.check This package contains the ScriptCheckMailAdapter MailAdapter implementation. 
 

Uses of SieveMailException in org.apache.jsieve.mail
 

Methods in org.apache.jsieve.mail that throw SieveMailException
 java.lang.String MailAdapter.getContentType()
          Method getContentType returns string/mime representation of the message type.
 java.util.List<java.lang.String> MailAdapter.getHeader(java.lang.String name)
          Method getHeader answers a List of all of the headers in the receiver whose name is equal to the passed name.
 java.util.List<java.lang.String> MailAdapter.getHeaderNames()
          Method getHeaderNames answers a List of all of the headers in the receiver.
static java.util.List<java.lang.String> MailUtils.getMatchingHeader(MailAdapter mail, java.lang.String name)
           Method getMatchingHeader answers a List of all of the headers in the mail with the passed name.
 java.util.List<java.lang.String> MailAdapter.getMatchingHeader(java.lang.String name)
           Method getMatchingHeader answers a List of all of the headers in the receiver with the passed name.
 int MailAdapter.getSize()
          Method getSize answers the receiver's message size in octets.
 boolean MailAdapter.isInBodyText(java.lang.String phraseCaseInsensitive)
          Is the given phrase found in the body text of this mail? This search should be case insensitive.
 MailAdapter.Address[] MailAdapter.parseAddresses(java.lang.String headerName)
           Parses the named header value into individual addresses.
 

Uses of SieveMailException in org.apache.jsieve.mail.optional
 

Methods in org.apache.jsieve.mail.optional that throw SieveMailException
 java.util.List<java.lang.String> EnvelopeAccessors.getEnvelope(java.lang.String name)
          Method getEnvelope answers a List of all of the envelope values in the receiver whose name is equal to the passed name.
 java.util.List<java.lang.String> EnvelopeAccessors.getEnvelopeNames()
          Method getEnvelopeNames answers a List of the names of the envelope values in the receiver.
 java.util.List<java.lang.String> EnvelopeAccessors.getMatchingEnvelope(java.lang.String name)
           Method getMatchingEnvelope answers a List of all of the envelope values in the receiver with the passed name.
 

Uses of SieveMailException in org.apache.jsieve.mailet
 

Methods in org.apache.jsieve.mailet that throw SieveMailException
 java.lang.String SieveMailAdapter.getContentType()
           
 java.util.List<java.lang.String> SieveMailAdapter.getEnvelope(java.lang.String name)
           
 java.util.List<java.lang.String> SieveMailAdapter.getEnvelopeNames()
           
 java.util.List<java.lang.String> SieveMailAdapter.getHeader(java.lang.String name)
           
 java.util.List<java.lang.String> SieveMailAdapter.getHeaderNames()
           
 java.util.List<java.lang.String> SieveMailAdapter.getMatchingEnvelope(java.lang.String name)
           
 java.util.List<java.lang.String> SieveMailAdapter.getMatchingHeader(java.lang.String name)
           
 int SieveMailAdapter.getSize()
           
 boolean SieveMailAdapter.isInBodyText(java.lang.String phraseCaseInsensitive)
           
 MailAdapter.Address[] SieveMailAdapter.parseAddresses(java.lang.String arg)
           
 

Uses of SieveMailException in org.apache.jsieve.tests
 

Methods in org.apache.jsieve.tests that throw SieveMailException
protected  boolean Size.executeBasic(MailAdapter mail, Arguments arguments, SieveContext context)
           
protected  boolean Size.test(MailAdapter mail, java.lang.String comparator, int size)
          Method test.
protected  boolean Size.testOver(MailAdapter mail, int size)
          Method testOver.
protected  boolean Size.testUnder(MailAdapter mail, int size)
          Method testUnder.
 

Uses of SieveMailException in org.apache.jsieve.tests.optional
 

Methods in org.apache.jsieve.tests.optional that throw SieveMailException
protected  java.util.List<java.lang.String> Envelope.getMatchingValues(MailAdapter mail, java.lang.String valueName)
           
 

Uses of SieveMailException in org.apache.jsieve.util.check
 

Methods in org.apache.jsieve.util.check that throw SieveMailException
 java.lang.String ScriptCheckMailAdapter.getContentType()
          Method getContentType returns string/mime representation of the message type.
 java.util.List<java.lang.String> ScriptCheckMailAdapter.getHeader(java.lang.String name)
          Method getHeader answers a List of all of the headers in the receiver whose name is equal to the passed name.
 java.util.List<java.lang.String> ScriptCheckMailAdapter.getHeaderNames()
          Method getHeaderNames answers a List of all of the headers in the receiver.
 java.util.List<java.lang.String> ScriptCheckMailAdapter.getMatchingHeader(java.lang.String name)
           Method getMatchingHeader answers a List of all of the headers in the receiver with the passed name.
 int ScriptCheckMailAdapter.getSize()
          Method getSize answers the receiver's message size in octets.
 boolean ScriptCheckMailAdapter.isInBodyText(java.lang.String phraseCaseInsensitive)
           
 MailAdapter.Address[] ScriptCheckMailAdapter.parseAddresses(java.lang.String headerName)
           
 MailAdapter.Address[] ScriptCheckMailAdapter.parseAddresses(java.lang.String headerName, javax.mail.Message message)
          Parses the value from the given message into addresses.
 



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