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

Odin Kroeger 1d27e310a7 chore: bumped up version. 3 月之前
comp a6c90eccfe fix: adapted to new call signature. 3 月之前
docs 36a34fa8be docs: minor changes. 3 月之前
.buildinfo 95157b0228 docs: updated. 4 月之前
.flake8 a54445a303 chore: ignore indentation errors. 4 月之前
.gitignore 1a653e92b7 chore(.gitignore): added sievemgr_*. 4 月之前
.mypy.ini 69645bf092 chore: added .mypy.ini 4 月之前
.pylintrc 15b58c1b57 chore: fine-tuned linter settings. 4 月之前
INSTALL.rst a52e39821d chore: bumped up version. 3 月之前
LICENCE.rst f07909ac52 docs: minor changes. 4 月之前
NEWS.rst a52e39821d chore: bumped up version. 3 月之前
README.rst 94a08f8127 docs: minor change. 4 月之前
makefile a52e39821d chore: bumped up version. 3 月之前
pyproject.toml 4307c433ff docs: updated homepages. 4 月之前
sievemgr.py a52e39821d chore: bumped up version. 3 月之前

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