Commit graph

18 commits

Author SHA1 Message Date
7602b06224 We reached 1.0 2024-07-02 14:49:33 +02:00
ad8f8be049
Update README.md 2023-11-07 21:05:06 +01:00
6765287e70 Added Apprise support - tons of notification providers are now supported! 2023-11-07 09:56:29 +01:00
eef362f907 Introduced a new column email_account to the processed_emails table to differentiate emails based on the account they belong to.
Added logic in the DatabaseHandler class to automatically check the existing schema and update it to include the email_account column if it doesn't exist.
Changelog moved to a new file named CHANGELOG.md
2023-10-24 11:48:13 +02:00
a5884402ff Added multi folder support, command line enhancements for printing/checking the config.ini settings, --list-folders will list all the IMAP folders of configured accounts, general improvements in logging and documentation 2023-10-24 09:49:20 +02:00
d0dd5d82de Preparing for v0.11 2023-10-23 12:33:57 +02:00
d10ab7a20e Fixed README.md 2023-10-22 21:28:25 +02:00
9f23eb8c92 Add configurable paths for log and database via config file
- Introduced argparse for custom config file support.
- Added [GENERAL] section in config.ini for log and DB paths.
- Updated logging and DatabaseHandler to use paths from config.
2023-10-22 21:25:37 +02:00
028e77c9ac Updated for 0.10 release 2023-10-22 14:29:04 +02:00
898ac3bf73 Updated README.md 2023-10-22 09:07:29 +02:00
45aad6775d Added NTFY token support for protected topics 2023-10-22 09:04:01 +02:00
98b14dbf8f Added multiple e-mail support - fixed documentation - version 0.9 2023-10-21 10:07:15 +02:00
a295865987 Added Gotify support and documentation fixes 2023-10-13 10:30:23 +02:00
e1b9e9ecc1 Added Pushover support and documentation fixes 2023-10-13 09:07:59 +02:00
53afd78c99 Added a warning that things may break as the software is in active development. 2023-10-13 08:48:26 +02:00
4373fb86c4 Added SQLite database support and fixes 2023-10-11 20:57:59 +02:00
02c2935b67 Readme Fixes 2023-10-11 15:03:37 +02:00
1810be7054 Initial upload 2023-10-11 15:02:55 +02:00