Manage Sieve scripts remotely. https://odkr.codeberg.page/sievemgr

Odin Kroeger 04d9f84478 docs: minor changes. 3 months ago
comp 5c10794c5a fix: Zsh completion autoloading. 4 months ago
docs 68a3bfebb8 docs: minor changes. 3 months ago
examples 489564e712 docs: fixed wrong configfile. 4 months ago
tests 2fc25cf319 tests(LogIOWrapper): stylistic changes 3 months ago
.buildinfo 95157b0228 docs: updated. 4 months ago
.flake8 f08596cc05 chore(flake8): added McCabe complexity testing. 3 months ago
.gitignore 68f737af8d docs: added custom stylesheet. 4 months ago
.mypy.ini 69645bf092 chore: added .mypy.ini 4 months ago
.pylintrc ce279822ea chore(pylint): made ruleset more realistic. 3 months ago
INSTALL.rst 1b6b3c57b7 chore: bumped up version. 3 months ago
LICENCE.rst f07909ac52 docs: minor changes. 4 months ago
NEWS.rst 1b6b3c57b7 chore: bumped up version. 3 months ago
README.rst 94a08f8127 docs: minor change. 4 months ago
SECURITY.rst 454233b1ab docs: minor changes. 3 months ago
makefile d676c9cf05 build(man): added 3 months ago
pyproject.toml 7af4acbb65 fix: depend on cryptography and dnspython 3 months ago
sievemgr.py 1b6b3c57b7 chore: bumped up version. 3 months ago

README.rst

============
SieveManager
============

SieveManager is a command-line client for uploading, downloading,
and managing Sieve scripts using the ManageSieve protocol. It can
also be used as a Python module.

See the homepage_ for details.

.. _Sieve: http://sieve.info

.. _homepage: https://odkr.codeberg.page/sievemgr


Installation
============

See **INSTALL.rst**.


Documentation
=============

Use **sievemgr -h**, type "help" in the SieveManager shell,
or see the homepage_.


Contact
=======

Homepage:
https://odkr.codeberg.page/sievemgr

Issue tracker:
https://github.com/odkr/sievemgr/issues


Licence
=======

Copyright 2023 and 2024 Odin Kroeger

SieveManager is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the FreeSoftware Foundation, either version 3 of the License, or (at
your option) any later version.

SieveManager is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the `GNU General Public License`_ for more details.

You should have received a copy of the GNU General Public License
along with SieveManager. If not, see .

.. _`GNU General Public License`: LICENCE.rst