Added
- Added POP3 account support, including account setup, sync, provider dispatch, folder/message operations, and backup/restore metadata handling.
- Added an account-level option to allow invalid TLS certificates for IMAP and SMTP connections, including connection testing and settings UI support.
Changed
- Updated the desktop release metadata to version 0.1.0.
Fixed
- Recovered from invalid stored data-encryption keys by replacing malformed keyring entries instead of failing startup.
- Avoided repeated IMAP incremental fetches by checking UIDNEXT and searching for UIDs newer than the local cursor before fetching message bodies.
- Fixed TLS certificate policy localization in English and Chinese.
- Disabled WebKitGTK accelerated compositing for Linux AppImage launches when the user has not set
WEBKIT_DISABLE_COMPOSITING_MODE, working around Wayland/Hyprland repaint stalls where the UI only updates after resizing.