[GH-ISSUE #233] Combined Sent view not including sent folders exposed via SPECIAL-USE #194

Closed
opened 2026-02-25 21:34:24 +03:00 by kerem · 1 comment
Owner

Originally created by @jasonmunro on GitHub (Nov 22, 2017).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/233

Originally assigned to: @jasonmunro on GitHub.

The combined Sent page is not auto-discovering Sent folders for IMAP accounts that expose these folders via the SPECIAL-USE extension. This is because the source list built in imap_sent_source() is excluding accounts without a manually set Sent folder.

Note that if "auto-bcc" is enabled, the special folders ARE included because the INBOX for that account is included, which triggers the code that collects sent messages to check for the SPECIAL-USE folder. Should be pretty easy to fix (I think) in the Hm_Handler_imap_sent class in modules/imap/modules.php by always passing the "check for special use" folders when collecting sent messages.

Originally created by @jasonmunro on GitHub (Nov 22, 2017). Original GitHub issue: https://github.com/cypht-org/cypht/issues/233 Originally assigned to: @jasonmunro on GitHub. The combined Sent page is not auto-discovering Sent folders for IMAP accounts that expose these folders via the SPECIAL-USE extension. This is because the source list built in imap_sent_source() is excluding accounts without a manually set Sent folder. Note that if "auto-bcc" is enabled, the special folders ARE included because the INBOX for that account is included, which triggers the code that collects sent messages to check for the SPECIAL-USE folder. Should be pretty easy to fix (I think) in the Hm_Handler_imap_sent class in modules/imap/modules.php by always passing the "check for special use" folders when collecting sent messages.
kerem 2026-02-25 21:34:24 +03:00
  • closed this issue
  • added the
    imap
    label
Author
Owner

@jasonmunro commented on GitHub (Nov 29, 2017):

Should be fixed in the master branch

<!-- gh-comment-id:347938253 --> @jasonmunro commented on GitHub (Nov 29, 2017): Should be fixed in the master branch
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#194
No description provided.