Indicate if there are new mails in a folder
Closed, ResolvedPublic

Description

We would like a non-intrusive way to tell the user that new mails are available in a folder.

I'd like to:

  • avoid actual notifications
  • potentially avoid the unread count (unless we deem that useful)

I think a simple colored highlight of a folder with new mails, that gets cleared when selected, would already be good.
I also think we could keep this a runtime only thing (so we don't end up with lot's of folders that are highlighted).

Because there is no good IMAP solution in sight for actual notifications (because noone has NOTIFY support, and IDLE is single folder only),
a periodic check of all folders could be implemented. If we only stat the folders and check the message count that should be reasonably efficient,
and could then result in a new-mail notification.

cmollekopf triaged this task as Normal priority.
cmollekopf moved this task from Backlog to 0.6 on the Kube board.Feb 19 2018, 5:00 PM
cmollekopf edited projects, added Kube (0.6); removed Kube.
cmollekopf moved this task from Backlog to In Progress on the Kube (0.6) board.Mar 1 2018, 9:31 AM

Implemented notification based highlighting of folders that have new mails available.
We find the folders during the folder sync by EXAMINE'ing all folders.

cmollekopf moved this task from In Progress to Done on the Kube (0.6) board.Mar 2 2018, 11:24 AM
cmollekopf closed this task as Resolved.Jul 5 2018, 3:02 PM
cmollekopf claimed this task.