Differences

This shows you the differences between two versions of the page.

Link to this comparison view

libraries [2012/04/26 02:00]
sodabrew
libraries [2013/09/04 15:31] (current)
avel Added ManageSieveJ
Line 8: Line 8:
    * [[http://www.cmu.edu|CMU]]'s Sieve and ManageSieve implementation is available as part of the [[http://cyrusimap.web.cmu.edu/|Cyrus IMAP Project]].    * [[http://www.cmu.edu|CMU]]'s Sieve and ManageSieve implementation is available as part of the [[http://cyrusimap.web.cmu.edu/|Cyrus IMAP Project]].
       * //Language:// C       * //Language:// C
 +
 +   * [[https://rubygems.org/gems/sieve-parser|Sieve-Parser]]'s sieve-parser is a pure-ruby implementation for parsing and manipulate the sieve scripts.
 +      * //Language:// Ruby
  
    * [[http://james.apache.org/jsieve/index.html|JSieve]] is a Java implementation of the Sieve mail filtering language. It is implemented as a language processor that can be plugged into any internet mail application to add Sieve support. jSieve is a subproject of [[http://james.apache.org/|Apache JAMES]].    * [[http://james.apache.org/jsieve/index.html|JSieve]] is a Java implementation of the Sieve mail filtering language. It is implemented as a language processor that can be plugged into any internet mail application to add Sieve support. jSieve is a subproject of [[http://james.apache.org/|Apache JAMES]].
Line 44: Line 47:
    * [[http://managesieve.rubyforge.org/|A ManageSieve class for Ruby]]    * [[http://managesieve.rubyforge.org/|A ManageSieve class for Ruby]]
       * //Language:// Ruby       * //Language:// Ruby
 +
 +
 +   * [[https://github.com/Moosemorals/ManageSieveJ|ManageSieveJ]] is a Manage Sieve library written in Java.
 +      * //Language:// Java
  
    * [[http://search.cpan.org/~yvesago/Net-Sieve/|Net::Sieve]] on CPAN provides a Perl library interface.  This is derived from the [[http://people.spodhuis.org/phil.pennock/software/|sieve-connect]] client.  See also Net::Sieve::Script (above).    * [[http://search.cpan.org/~yvesago/Net-Sieve/|Net::Sieve]] on CPAN provides a Perl library interface.  This is derived from the [[http://people.spodhuis.org/phil.pennock/software/|sieve-connect]] client.  See also Net::Sieve::Script (above).