-
Notifications
You must be signed in to change notification settings - Fork 263
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
Tagging #25
Comments
do you know how that works on an IMAP level? Does the protocol support that? |
I guess it cannot be done on server-side, maybe you can simulate it with some X-NextCloud-Tags: bla, foo, bar or so. |
It is standardized within IMAP: PERMANENTFLAGS in http://www.ietf.org/rfc/rfc3501.txt This is also used by thunderbird for tagging: |
Hey there, I'd just like to let you know that due to the ongoing issue with Bountysource we're discussing ways to move to a different platform. As it looks right now, Bountysource might claim some of the money that was contributed by the community. We will try our best to prevent that. Historically we – the Nextcloud GmbH employees – simply put the claimed bounties back to other tickets until one was solved by a community member. So the money was always from the community and for the community. We'll therefore move to a better platform and currently don't post any new bounties until this situation is resolved. The current goal is to move/donate the money to Nextcloud include but details will follow in the forum post. Hope this makes sense. If you have any questions please ask them on the forum. This comment will be copy-pasted to all open issues with bounties. Christoph and the Mail team |
We decided that for the first basic version we'll store the flags primarily in Nextcloud's message cache, later on we will try to store them on IMAP additionally if IMAP support it. |
A few thoughts:
|
Some more thoughts:
|
Possibly add the |
Interesting to know for the colour options - Thunderbird assumes a priority ranking from 1 to 5 - so the BG colour is always chosen by highest priority |
Info for later: #25 adds the most crucial parts. We now read all tags from IMAP and store them int our DB. I've added some todo to the original request description above. |
@miaulalala loooks like we forgot one tiny task ;) |
@GretaD @miaulalala you did it! |
Tagging messages as known from Thunderbird and many other mailer should be implemented. This allows easier handling of your messages. The user should be able to create additional "labels" or "tags" such as (but not limited).
Todo (must)
$important
imap label to a$label1
tag just like Thunderbird -> interoperability Add tagging to messages #4665$important
to$label1
on IMAP (changes will automagically flow into our cache at the next sync)flag_important
to IMAP (as$label1
) for those server that support it, but also populate the tags table for all others$label1
on IMAP but a local label in the database -> this happens when permflags are not supported but the account was known beforeTodo (optionall follow-up, should possibly become a ticket when this one is closed)
The text was updated successfully, but these errors were encountered: