Package org.apache.jsieve.mail

Interface Summary
Action Interface Action defines the final state of a MailAdapter instance.
MailAdapter Interface MailAdapter defines the minimum functionality required of of a class implementing a mail message.
MailAdapter.Address Contains address data required for SIEVE processing.
 

Class Summary
ActionFileInto Class ActionFileInto encapsulates the information required to file a mail into a location.
ActionKeep Class ActionKeep encapsulates the information required to keep a mail.
ActionRedirect Class ActionRedirect encapsulates the information required to redirect a mail.
ActionReject Class ActionReject encapsulates the information required to reject a mail.
AddressImpl Simple immutable address implementation.
MailUtils Class MailUtils implements utility methods that are useful when processing Sieve mail.
 

Exception Summary
SieveMailException Class SieveMailException indicates an exceptional condition encountered while processing Sieve Mail.
 



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