Mailspring to bezpłatna wersja ciekawego, szybkiego i prostego w obsłudze klienta poczty e-mail.
Zaloguj
lub
Zarejestruj się
aby zobaczyć!
Features:
Improvements:
- Added an "Automatic" theme (the new default) that follows system light/dark mode.
- Added system accent color support — the standard light and dark themes now use your OS accent color by default and this can be disabled from Preferences > Appearance. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Improved the UX around creating folders and labels in the left sidebar - it's much easier to create nested items. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- A new "•••" menu on items in the left sidebar makes features (including the new EML export option) more discoverable.
- Added EML export functionality for messages and folders. You can save selected messages as EML by right-clicking or from the app's menu, and export entire folders by right clicking in the left navigation. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
Bug Fixes:
- Improved password storage error handling and reporting. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a race condition causing Windows notification "Archive" and "Mark as Read" buttons to be unreliable.
- Added Microsoft Office 365 / Outlook account setup guidance and troubleshooting documentation. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Replaced text symbols with SVG icons in the toolbar. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Refinements to EML export task in the sidebar.
- Fixed the Wayland app_id after Electron 41 (Thanks
Zaloguj lub Zarejestruj się aby zobaczyć!!)
Developer:
- Fixed an undefined @font-weight-semi-bold error in the ui-less-is-more theme. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a crash in quick preview when the capture window is destroyed. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed an unhandled EPIPE error when writing to a dead mailsync process stdin. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed race conditions in draft expiration and changeset handling. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed broken IMAP UTF-7 encoding by replacing the broken utf7 package with a custom implementation. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed printToPDF errors being incorrectly sent to Sentry. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed an issue where launch options and URLs were processed before app initialization was complete. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a crash caused by null values in draft field change detection. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed an issue where metadata attachment could fail for newly sent messages. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed autoupdate error handling. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed error handling for ICS parsing in the EventHeader component. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed crash when navigating to 'All' with accounts that have no archive category. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed null reference crash in ContactDetail on update. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed MacOS notifications showing a second copy of the app's icon
- Fixed null range crash in the email composer. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed a race condition in EmailFrame that could deliver a null doc.body to message extensions. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed OAuth code parsing to handle + characters correctly. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Fixed the core
op-sheet shortcut being blocked in the message list with an open reply composer. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- On Windows, fixed font-weight rendering by using CSS variables. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- On Linux, fixed xdg-mime 'not found' error not being caught on dash-based shells. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Added error handling for shell.openExternal calls to prevent crashes on unsupported URLs. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
- Fixed ability to declare platform-specific options via config-schema. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Moved appdata.xml to the metainfo directory for proper Linux packaging. (
Zaloguj lub Zarejestruj się aby zobaczyć!) ThanksZaloguj lub Zarejestruj się aby zobaczyć!!- Replaced direct Electron dialog.showErrorBox calls with AppEnv.showErrorDialog. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Improved plugin activation error handling and TypeScript compilation. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Suppressed LESS parse errors from Sentry reporting. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
Features:
- Added Reply-To field to the composer header, allowing you to specify a different reply address when composing messages. (
Zaloguj lub Zarejestruj się aby zobaczyć!) Thanks @Argjend12345!- Added bulk RFC2822 message export functionality to the sync engine. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
Bug Fixes:
- Fixed HTTP/2 framing errors that could crash the sync engine during metadata streaming. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Prevented global keyboard shortcuts from firing when focus is in the composer. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Strictly validate accent color hex values from system preferences to prevent errors. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
Claude Security Audit:
- Tightened validation to prevent file:// URIs in email content. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Limited path traversal in protocol handler. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Added allowlist validation for IPC window and webcontents methods. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Improved HTML sanitization in the composer when pasting content. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- mailto links no longer support the ?attach= query parameter. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Improved attachment name sanitization for security and compatibility. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Improved email sanitization to block CSS @import tracking vectors. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Added package name validation to prevent path traversal attacks. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Added URL validation to the autoupdate handler. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Show a notice about plugin trust when installing third-party plugins.
Improvements:
- When a detailed error log is available during OAuth sign-in, it is now displayed to help with troubleshooting.
- Used exec in mailsync wrapper script for direct signal delivery. (
Zaloguj lub Zarejestruj się aby zobaczyć!)
Developer:
- Migrated build system from Grunt to a standalone Node.js script. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Added option to skip installer creation in the build script. (
Zaloguj lub Zarejestruj się aby zobaczyć!) Thanks @LinusDierheimer!- Dropped .map files from distribution packages. (
Zaloguj lub Zarejestruj się aby zobaczyć!) Thanks @ReillyBrogan!- Replaced long-deprecated Raven with native Sentry envelope implementation and send sourcemaps during build. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Upgraded TypeScript target from es2017 to es2024.
- Refactored TypeScript compilation cache and only enable in dev mode. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Removed macOS Touch Bar support. (
Zaloguj lub Zarejestruj się aby zobaczyć!)- Updated ESLint and Prettier, and reference local versions in VS Code settings.
- Added missing TypeScript types to function declarations across many files.
- Upgraded Electron 41.2.1 to Electron 41.5.0.
- Added Playwright tests for pre-release verification.
- Added tests covering VCF/EML business logic and other utilities.