Displaying 1 result from an estimated 1 matches for "pop3_remap_folders".
2008 Oct 03
3
Feature wish: "Virtual" POP3 folder with IMAP
...for POP3 users?
The problem is that POP3 only knows one folder: INBOX. Now, if a user logs
in via POP3, he won't see messages that live outside the INBOX folder - this
could be e.g. a *SPAM*-flagged message moved to another folder via
Sieve/LDA/other mechanism.
What about adding a feature `pop3_remap_folders` to virtually place *all*
messages spread across different folders inside INBOX, only for the POP3
session, and without impact on the actual folder structure as seen thru
IMAP?
I see some issues though:
- How would SENT and TRASH be handled? These special folders
shouldn't be part of the ga...