diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_properly_logout | 1 | ||||
-rw-r--r-- | changes/feature_3409-make-imap-poll-configurable | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug_properly_logout b/changes/bug_properly_logout new file mode 100644 index 00000000..a5d0d972 --- /dev/null +++ b/changes/bug_properly_logout @@ -0,0 +1 @@ + o Use DELETE /1/logout to properly logout. Fixes #3510.
\ No newline at end of file diff --git a/changes/feature_3409-make-imap-poll-configurable b/changes/feature_3409-make-imap-poll-configurable new file mode 100644 index 00000000..8730b5ab --- /dev/null +++ b/changes/feature_3409-make-imap-poll-configurable @@ -0,0 +1,2 @@ + o Make mail fetch interval in imap service configurable via environment + variable. Closes: #3409 |