everything but marking emails as read

fyi: untested in webserver, and newely incoming emails
This commit is contained in:
Saahil 2024-09-27 15:27:49 +00:00 committed by GitHub
parent 7849690f59
commit de78a73ad6
4 changed files with 203 additions and 24 deletions

View file

@ -19,7 +19,9 @@ keys = {
IMAP_PORT: 'IMAP port',
PORT: 'Port',
USE_CLIPBOARD: 'Use clipboard? (y/n)',
USE_SERVER: 'Use server? (y/n)'
USE_SERVER: 'Use server? (y/n)',
NTFY_HOST: 'Notification server host (ntfy.sh) otherwise',
NTFY_TOPIC_NAME: 'Notification server topic name (if none is provided ntfy is disabled)',
}
env = {}