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

Packages that use SieveMailException
org.apache.jsieve.mail   
org.apache.jsieve.mail.optional   
org.apache.jsieve.tests   
org.apache.jsieve.tests.optional   
 

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.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)
           
 



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