- Introduce a larger and more readable subject headline in mail detail (#549, #756) c363c08, 0a7c5fb
- Undo possibility for mail actions
delete
, archive
, move
and copy
d28c285
- Improve emphasis of primary actions in mobile creation views (#750) baa31f8
- Breaking change: Replace feedback plugin button/link attribute
data-action="feedback"
with 'data-name="feedback"` (#758) 03e26b2 - Set a reasonable default start date for appointments based on perspective (#733) c0e2540
- Breaking change: Switch to new mail endpoints for actions archive/delete/copy/move (#715) c5236d2
- old endpoints did not support multiple references in one request
- old endpoints are used per default for middleware versions <8.33
- if old API is still needed, please set
io.ox/mail//useLegacyApi
to true
- Pending removal with 8.33 (#726) bee0620
- styling
.toggle-all
- extension
toggle-all
from point io.ox/mail/thread-view/header
- column
307: summary
from folders in http.js
- point
io.ox/mail/detail/header/recipients
. Please use io.ox/mail/detail/header/subject-recipients
instead. - flag
ANSWERD
from io.ox/mail/api.js
. Please use ANSWERED
instead.
- Deprecated code (#726) 397f9d5
- point
io.ox/tasks/detail-view/infopanel
, please use io.ox/tasks/detail-view
instead.
- "Remind me again" for calendar notifications doesn't block UI (#727, #540) 7a0505a
- Address Book Picker to correctly handle distribution lists containing email addresses with no-reply@ (#769) 3f9e629
- Consider middleware's supported mail flagging modes (#757) b063dde
- checks
io.ox/mail//features/flag/color
now - checks
io.ox/mail//features/flag/star
now
- Ensure reminder for PWA install instructions works on iOS (mobile) (#755) a142feb
- Inconsistent unread indicator in portal inbox widget (#752) 9bdd1ff
- Launcher: Align feedback button text correctly (#758) 2fee482
- Portal: Handle widget classes
draggable
and protected
correctly on mobile (#557) 345360e - Prevent 'Edit Contact' dropdown text from being cut off (#729) 9ad56e6
- Redraw recipients in mail detail when recipient data changes (#728) 510920d
- Remove entries of unsupported
accent colors
and backgrounds
from search index on mobile (#762) c30e3a7 - Remove unwanted AI Chat button from popout Viewer topbar (#772) 7a6c6c1
- Remove unwanted hover state from mail header (#748) c2826ab
- Sender view uses radios instead of checkboxes (mobile) (#759) 9cad114
- Settings: Align search results by accounting disabled extensions (#745) 1047165
- Show modal dialog when deleting contacts (mobile) (#749) 3694ae9
- Toggle “Add storage account” visibility correctly (#531) cc70ad2
- Whatsnew dialog images are customizable via setting (#767) 394274f