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

Odin Kroeger e452c08e9e chore: bumped up version number. 4 months ago
comp cee3fe0df6 fix: be stricter when checking TLS certificates. 4 months ago
docs 692a3ba8d3 docs: discuss security issues. 4 months ago
.flake8 1330bb50fb chore: added linter configuration. 5 months ago
.gitignore 1a653e92b7 chore(.gitignore): added sievemgr_*. 4 months ago
.pylintrc 15b58c1b57 chore: fine-tuned linter settings. 4 months ago
INSTALL.rst 101ab28b4c chore: bumped up version number. 4 months ago
LICENCE.rst f07909ac52 docs: minor changes. 4 months ago
NEWS.rst 101ab28b4c chore: bumped up version number. 4 months ago
README.rst c017447957 docs: minor changes. 4 months ago
makefile 101ab28b4c chore: bumped up version number. 4 months ago
pyproject.toml 4307c433ff docs: updated homepages. 4 months ago
sievemgr.py 101ab28b4c chore: bumped up version number. 4 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 :file:`INSTALL.rst`.


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

Use **sievemgr -h** or type "help" in the shell.

See the homepage_ for details.


Contact
=======

* `Homepage `_

* `Bug tracker `_

* `Source code `_

* `Mirror `_


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