kofalt / sieve

Thunderbird Sieve Addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thunderbird Sieve Extension

Sieve is a powerful script language for server-side mail filtering. It is intended to be used with IMAP and thus it is widely spread. Many IMAP Server are capable of running sieve filters. Sieve stores and runs all script on the server-side.

Now there is the dilemma - you have access to a server supporting sieve but, how do you manage your scripts on this server?

You can use telnet for this purpose, but that is fair to uncomfortable, not applicable for a normal user and almost impossible with secure connections. Wouldn't it be great to activate, edit, delete and add sieve scripts with a convenient interface? That is exactly what the Sieve Extension offers...

screenshot

Status

The extension is an implementation of the sieve management protocol (RFC 5804). Currently only "SASL Plain", "SASL Login", "SASL CRAM MD5" and "SASL SCRAM SHA1" Authentication mechanisms are supported, others may be implemented on request.

The project exists since 2006 and can be considered as stable. Statistics are available at ohloh

It is translated into French, Spanish, Russian and German. If you're interested in translating or localizing the extension into your language, just sign up at crowdin and start translating (Crowdin is a free collaborative translation tool).

For more details on contributing refer to the Contributing Guidelines

A big thank you to every one who have contributed and supported this project.

Bugs

Please report bugs via the issue tracker or send an email to schmid-thomas at gmx.net . You find more details on reporting bugs in the Contributing Guidelines

Give me 1-2 weeks time for a reply. If you did not receive a reply at all, it might be a good idea to check your spam filter.

License

The extension is free and open source software, it is made available to you under the terms of the GNU Affero General Public License (AGPLv3).

Refer to Licensing information for details.

Releases

You are looking for the most recent release? Just go to addons.mozilla.org.

See the Changelog for what's new in the most recent and upcoming releases.

Developments Builds

You are looking for the latest "bleeding edge" features and willing to risk more instability? Or you might even want to test out newly added code to help identify and debug problems?

Just go to https://github.com/thsmi/sieve/blob/master/nightly

About

Thunderbird Sieve Addon

License:Other


Languages

Language:JavaScript 93.6%Language:CSS 3.3%Language:HTML 3.0%