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.Object MailAdapter.getContent()
          Method getContent returns object containing the message content.
 java.lang.String MailAdapter.getContentType()
          Method getContentType returns string/mime representation of the message type.
 java.util.List 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 MailAdapter.getHeaderNames()
          Method getHeaderNames answers a List of all of the headers in the receiver.
static java.util.List 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 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.
 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 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 EnvelopeAccessors.getEnvelopeNames()
          Method getEnvelopeNames answers a List of the names of the envelope values in the receiver.
 java.util.List 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 Envelope.getMatchingValues(MailAdapter mail, java.lang.String valueName)
           
 



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