-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 0.7: * Fix core dump which allowed enabling regex support on Linux. * Many small improvements to validation and RFC conformance. * Add support for Internet Message Access Protocol (IMAP) Events (RFC 6785). * Add support for Converting Messages Before Delivery (RFC 6558). * Adds emscripten support for check-sieve to allow for embedding libchecksieve on webpages (see checksieve.com). * Adds support for FreeBSD to the build system.
- Loading branch information
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
library_dirs = ['./'] ); | ||
|
||
setup (name = 'CheckSieve', | ||
version = '0.4', | ||
version = '0.7', | ||
description = 'Python interface to libchecksieve', | ||
author = 'Dana Burkart', | ||
author_email = '[email protected]', | ||
|