everything but marking emails as read
fyi: untested in webserver, and newely incoming emails
This commit is contained in:
parent
7849690f59
commit
de78a73ad6
4 changed files with 203 additions and 24 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue