-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto detect IMAP special folders when configuring account #1022
Conversation
The feature was introduced here: #586 With this adjustment to 2.0.0, it is working with all folders when using the configuration form below. For now, the remaining part that is not working is when using the advanced configuration form below: |
Ok, but is it working because we are matching folder names or via "RFC 6154: IMAP LIST Extension for Special-Use Mailboxes"? |
@josaphatim any wisdom? |
RFC 6154 says that: This extension adds new optional mailbox attributes that a server may include in IMAP LIST command responses to identify special-use mailboxes to the client. This being said, special-use mailboxes will not always be present for all providers and some will only provide a few special-use mailboxes. |
Ok. So @Yannick243: please make sure to leverage RFC 6154 and not just folder names. |
Hello @josaphatim, @marclaporte |
Sounds good to me. @josaphatim? |
@Yannick243 why this still in draft ? |
This is not working when using the new advanced configuration form #855. |
b211784
to
d8695d7
Compare
The PR is ready for a review. |
0ea4835
to
20fc89c
Compare
PR
After #625, cypht was unable to auto detect IMAP special folders (Trash/Sent/Drafts) even though they exist on the server.
Based on "RFC 6154: IMAP LIST Extension for Special-Use Mailboxes"
Related issue:
#817