Releases: nextcloud-releases/mail
Releases · nextcloud-releases/mail
v1.12.10
1.12.10 – 2024-10-18
Fixed
- Auto config DNS query
v4.0.2
v3.7.9
3.7.9 (2024-10-16)
Bug Fixes
- deps: Apply npm audit fix (cb38954)
- deps: Apply npm audit fix (d8fc40a)
- fetch attendance status when calendars are loaded (b1d6c90), closes /github.com/nextcloud/mail/blob/6fc45eb0630b9065f9ccb4c1da5cc9557f7df834/src/App.vue#L49-L50
- fix renaming mailbox hierarchy (11d582b)
- iframe: scroll horizontally in case of overflow (72d3775)
- imap: do a single full sync when QRESYNC is enabled (cdf550c)
- imap: persist vanished messages immediately on EXAMINE commands (a2c9e8c)
- select multiple envelopes by holding shift directly (5aec041)
- implement periodic full sync job to repair cache inconsistencies (e267da1)
Performance Improvements
v4.0.1
Changelog
All notable changes to this project will be documented in this file.
4.0.1 – 2024-10-01
Fixed
- Multiselect by holding the shift key
- Center envelope header avatar
- Reply to sender only
- Single full sync with QRESYNC
- Persist vanished messages immediately
chore(release): v4.0.1-rc1
Changelog
4.0.1 – 2024-10-01
Fixed
- Multiselect by holding the shift key
- Center envelope header avatar
- Reply to sender only
- Single full sync with QRESYNC
- Persist vanished messages immediately
v4.0.0
4.0.0 - 2024-09-12
Added
- More compact UI
- Search subject, sender and recipient by default
- Internal addresses
- Follow-up reminders
- Native editor toolbar design
- Send and read emails via OCS API
- Export accounts as JSON
Changed
- Mark junk messages as read
- Updated and new translations
Fixed
- Vulnerable dependencies
- IMAP cache inconsistencies
- MDN requests
- Create tasks from email
- SMTP connection handling on error
- Attachments content type parameter
- Design issues
v4.0.0-rc2
chore(release): v4.0.0-rc2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
v4.0.0-rc1
chore(release): v4.0.0-rc1 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
v3.7.8
3.7.8 (2024-08-28)
Bug Fixes
- deps: Apply npm audit fix (f8dd52b)
- deps: Apply npm audit fix (1b44820)
- deps: Apply npm audit fix (1a37e7f)
- don't fail on missing mailbox stats (792d5c9)
- integration: Honor sharing to group members restriction (8c60504)
- send imip when importing an event in mail (f9a07a8), closes /github.com/nextcloud/3rdparty/blob/ea2fabbd358c9e0f9dae43bcb242b0cf8ee0d178/sabre/vobject/lib/ITip/Broker.php#L245-L254
- Show text in empty mailbox view (176a9cf)
v4.0.0-beta2
chore(release): v4.0.0-beta2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>