mail
mail copied to clipboard
💌 Mail app for Nextcloud
Fixes: #9942 Check commit. **I don't have a test environment. Test from reviewers need.**
To minimize the dependence on the cache, we should do a single full sync when `QRESYNC` is enabled. This is more efficient as Horde contains (and `QRESYNC` provides) shortcuts for...
Great plugin, really awesome job! I got one thing on my wishlist, which is to be able to share an account with other users or groups. Usecase: My nextcloud consists...
Horde_Mime_Part.setType takes the mimetype (e.g. text/calendar) and discards additional parameters (like method=REQUEST). Todo: - [ ] Tests
## Problem When `QRESYNC` is used the server *will* report all changed and vanished messages right away on *each* `EXAMINE` command. This is a bandwith optimization for IMAP. However, our...
### Is your feature request related to a problem? Please describe. In my opinion, the button below is confusing. The icon used suggests more a "settings" notion of the current...
### Steps to reproduce 1. Create a list in an external markdown editor 2. Copy it 3. Paste it in Composer ### Expected behavior Display the list correctly ### Actual...
Run a background job once a week without any Horde cache to forcibly disable `QRESYNC` support. This should cause the UID list to be be rebuilt and synced from scratch....
There is a new API to run the AI tasks. It is slightly different than the old one. As Mail is using Summary, Topics and FreePrompt, it should be relatively...