Create Archives folder and subscribe by default#2031
Create Archives folder and subscribe by default#2031hnws wants to merge 5 commits intodocker-mailserver:masterfrom
Conversation
Clients should be able to share this "Archives" folder by default. Tested on Linux Thunderbird, Outlook for Android and Spark for Android.
|
Even tough RFC6154 does not specify a specific name, I think the folder should be named "Archive" instead of "Archives" for compatibility reasons. Some mail clients stick to the exact name of the flag and do not support the "SPECIAL-USE" flag in the LIST IMAP command. Most notably Windows Mail is using hardcoded localized values and does not support RFC6154. Note that the original bug report stated issues with Thunderbird which created "Archives" and Outlook using "Archive" which was not created on the server. Thunderbird does support RFC6154 and will then pick up the "Archive" as folder. |
|
@reneploetz I‘ve been seeing you around here often lately, with very good answers and content. Interested in joining the moderator‘s team? |
|
Does this change introduce any disadvantages? For example, in POP3 only setups? |
💯 I agree. Otherwise, I really like what this PR proposes |
Use the same between tag and folder name.
|
Updated the PR to use "Archive" instead of "Archives". How should I proceed with this? Should I learn and try to create a feature toggle? |
I would be interested to help, yes. @casperklein @hnws If you have an existing IMAP configuration on both Spark and Thunderbird, this change will not update their configuration. You have to do this manually and potentially migrate. I had a look into how other projects are configuring dovecot:
Maybe it's an idea to do a minimal test with one name subscribing and the other just referenced. We would need to test creating a new account as well as what happens with the current account if the change is applied. In general, there appears to be no consensus on the name of the folder. I see a couple of options:
|
|
How about this: |
That's a very good idea! |
|
Any progress on the subject? |
Sorry for the reply. I think I will update this PR late this week to create a new document page for this purpose. |
|
Replaced by #2045 |
Description
Clients should be able to share this "Archives" folder by default.
Usually email clients want to have an "Archives" folder.
By creating one following RFC-6154, all clients should be able to use it.
Tested on Linux Thunderbird, Outlook for Android and Spark for Android.
Fixes #2026
Type of change
Checklist:
docs/)