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

Methods in org.apache.jsieve.mailet that throw SieveMailException
 java.lang.Object SieveMailAdapter.getContent()
           
 java.lang.String SieveMailAdapter.getContentType()
           
 java.util.List SieveMailAdapter.getEnvelope(java.lang.String name)
           
 java.util.List SieveMailAdapter.getEnvelopeNames()
           
 java.util.List SieveMailAdapter.getHeader(java.lang.String name)
           
 java.util.List SieveMailAdapter.getHeaderNames()
           
 java.util.List SieveMailAdapter.getMatchingEnvelope(java.lang.String name)
           
 java.util.List SieveMailAdapter.getMatchingHeader(java.lang.String name)
           
 int SieveMailAdapter.getSize()
           
 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 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.Object ScriptCheckMailAdapter.getContent()
          Method getContent returns object containing the message content.
 java.lang.String ScriptCheckMailAdapter.getContentType()
          Method getContentType returns string/mime representation of the message type.
 java.util.List 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 ScriptCheckMailAdapter.getHeaderNames()
          Method getHeaderNames answers a List of all of the headers in the receiver.
 java.util.List 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.
 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.