cypht-org/cypht

[FR] Auto-subscribe to folders

Open

#460 opened on Mar 21, 2021

 (1 comment) (2 reactions) (0 assignees)PHP (226 forks)auto 404
enhancementhelp wantedimapimap_folders

Repository metrics

Stars
 (1,660 stars)
PR merge metrics
 (PR metrics pending)

Description

🚀 Feature

Use-case: There is a sieve on the IMAP server which dynamically creates new folders for incoming mail. These new folders should be included in "combined views" in order to not miss unread messages.

I can see this working several ways (either could be behind a feature config flag):

  1. Auto-include folders in combined views according to IMAP subscriptions (preferred as it will align with other clients)
  2. Folder-level setting in cypht to auto-include any subfolder for that folder

Contributor guide