9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-7cubQWqYWjzFt9f01+wBPjcuv5DmTJ2eAOIDEpmvOP0=";
28 pythonImportsCheck = [
33 description = "Client-side Sieve and Managesieve library written in Python";
35 A library written in Python that implements RFC 5228 (Sieve: An Email
36 Filtering Language) and RFC 5804 (ManageSieve: A Protocol for
37 Remotely Managing Sieve Scripts), as well as the following extensions:
39 * Copying Without Side Effects (RFC 3894)
41 * Date and Index (RFC 5260)
43 * Imap4flags (RFC 5232)
45 homepage = "https://github.com/tonioo/sievelib";
46 license = licenses.mit;
47 maintainers = with maintainers; [ leenaars ];