Sieve is a simple mail filtering language. Users scripts are stored and run on the mail server, and are managed through the Manage Sieve protocol. This library provides a Java API to the Manage Sieve protocol.
This library depends on Apache Commons Codec for Base64 support. It also depends on SLF4J as its logging facade.
There is an example use of the library in the com.fluffypeople.managesieve.examples package.
<dependency>
<groupId>com.fluffypeople</groupId>
<artifactId>managesievej</artifactId>
<version>0.3.1</version>
</dependency>
This library is covered by the MIT licence.