Skip to content

sonicle/ManageSieveJ

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.

Dependencies

This library depends on Apache Commons Codec for Base64 support. It also depends on SLF4J as its logging facade.

Example

There is an example use of the libray in the com.fluffypeople.managesieve.examples package.

Maven

<dependency>
  <groupId>com.fluffypeople</groupId>
  <artifactId>managesievej</artifactId>
  <version>0.2.0</version>
</dependency>

Licence

This libary is covered by the MIT licence.

References

About

Manage Sieve protocol client library (in Java)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 87.7%
  • XSLT 12.3%