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

Odin Kroeger aaaa63147d chore: bumped version number 1 month ago
comp f77880d86f fix: completion scripts 2 months ago
docs 6e8b24f778 docs: minor corrections 1 month ago
examples 0a24d5c6bd docs: minor changes 3 months ago
rfcs fbf118fbe9 docs: added RFCs 2 months ago
tests e0e03e4d72 tests(BaseShell): added first tests 1 month ago
.gitignore f98fc12f4a chore: updated .gitignore 3 months ago
INSTALL.rst 8cae4cbf0d chore: bumped version number 1 month ago
LICENCE.rst f07909ac52 docs: minor changes. 4 months ago
NEWS.rst 8cae4cbf0d chore: bumped version number 1 month ago
README.rst f870f6d1fb docs: minor changes 3 months ago
SECURITY.rst 6e8b24f778 docs: minor corrections 1 month ago
linters.txt b1ccfb51f7 chore: added requirements.txt for linters 2 months ago
makefile 8cae4cbf0d chore: bumped version number 1 month ago
pyproject.toml 4a2d88b7ad chore: moved bandit exceptions to pyproject.toml 2 months ago
setup.cfg 469ff6bb58 build(lint): silenced flake8 mccabe checks 2 months ago
sievemgr.py 8cae4cbf0d chore: bumped version number 1 month ago
sievenss.py af4b7faea0 fix(sievenss): all check ~/.config/mozilla 1 month 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.

.. _Sieve: http://sieve.info


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

Source code (primary):
https://codeberg.org/odkr/sievemgr

Source code (secondary):
https://notabug.org/odkr/sievemgr


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

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