pulb / mailnag

An extensible mail notification daemon
GNU General Public License v2.0
250 stars 32 forks source link

Rewrite account and backend code #199

Open pulb opened 4 years ago

pulb commented 4 years ago

The code currently found in accounts.py and backends/*.py is pretty messy, barely maintainable and partially broken (e.g. passwords are currently not stored in the .config file if credential_store is set to none). An cleaner architecture approach should be discussed here.