Bugfixes
- this.isPlainEditor is not a function #541 #542
- stripTracking broke plain text view
- use_app_debug_css/use_app_debug_js crashes SnappyMail #538
Improvements
- Added option to show inline images as attachments
- Allow setting cookie SameSite #537
- Rename CheckboxMaterialDesignComponent to CheckboxComponent
- Reduce AppData result for unauthorized visitors
- stripTracking now also replaces Amazon, Mandrill, DHL, Google and Outlook tracking links and removes more tracking parameters
- Cleanup translations
- Visual glitches in compose window #539
- Workaround for broken Reddit HTML messages #540
Show inline images as attachments feature
With this new feature turned on, the message attachments area also shows the inline attachments.
To know the difference, the inline attachments have a 🔗 (link) symbol.
stripTracking feature
This is extended by decoding special tracking links from several vendors.
Also parameters like ?fbclid=
and ?mc_eid=
are removed.
I've reported the special decoding to the author/developer of FairEmail so his next release should also have it.
Also Firefox 102+ has a parameter stripper as explained at https://www.bleepingcomputer.com/news/security/new-firefox-privacy-feature-strips-urls-of-tracking-parameters/
Integrations
https://github.com/the-djmaze/snappymail/wiki/Installation-instructions#integrations
DockerHub
Read issue #44
Full Changelog: v2.18.3...v2.18.4