CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 20:41:18 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"4dcfa19186f6b80ceab672a47682d3bc"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=OBKikRq%2BbbMUku3VFzJNU3jNdALsqAyPP%2B7n6hxyvntSap3Jff%2BquydZfd8WgtjPcErUr3%2FInb0rS9NWIvX1SyKz8%2BQDIqwG435fi9Mo5j5TJn4a8j2gIq1RgKCk32WgE%2FcxUxiYcOgETLphckv8ekivdKYnTQcPeLOi8ny0EB%2FYFtQPOfD0kixlp%2BCIPs9SyTVbIH9gRJd7N3UY4%2BdUhubT3nY1%2FuzihI%2B4Qxb82BlnE20ZJI822SwzupJOxUEoj0Tk39XgfmdPfbBjT0suTw%3D%3D--p7mxi43bRLVvXQQI--rItr2uNsmgSoOn4O0euYGg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1015019266.1753908078; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 20:41:18 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 20:41:18 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 9F70:2198DD:162E6:1F12B:688A836E
Release v4.11.0 · vladimiry/ElectronMail · GitHub
Loading
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 104
v4.11.0
Compare
·
284 commits
to master
since this release
- Enable support for JavaScript-based / programmatic messages search filters (#257, aaf0235). This basically enables the unlimited capabilities for messages filtering. Notice that the code editor is enhanced by highlighting the syntax and it understands the email message data model (thanks to TypeScript). The simplest way to get a better idea about the message data model is to export some message to JSON and then review the file structure (exporting to JSON enabled since v4.11.0, see #160). The feature comes with a simple filtering code snippets library which in new releases might get transformed into a per-account and user-editable library. The feature requires the local store option to be enabled for the email account.
- Enable support for exporting to JSON files (#160, 9360d81). The
EncryptedBody
field will be added to the JSON file in addition to the decryptedBody
value.
- Update @ProtonMail web clients stack.
- Update @electron, 12.0.0-beta.30 => 13.0.0-beta.6.
sha256 hashsums and build logs
53adeafbd7e6fcdb1f6097a7e1ff3358b29707bb47fe0d7015383173e048e389 electron-mail-4.11.0-linux-amd64.deb
2822d94fe2b1a30185c2a2bf91aefca81edc9d032aef04a58a99bcc238ab9ba4 electron-mail-4.11.0-linux-amd64.snap
761a131166dd690ec2a7164048a0ee72ab4462055d8c062edf9e3eaaa10e8476 electron-mail-4.11.0-linux-x64.freebsd
0f363c9c4f4db312b79d3dbee461a32ab081c44c9a69f5fcc49e819159b72bf3 electron-mail-4.11.0-linux-x64.pacman
4031c6f9ab1c359560c1aedcd48c4106e3f3dcb1734ece821ab065b9a47d318b electron-mail-4.11.0-linux-x86_64.AppImage
6c1e6b76512dfd1f0017512981430b869c0a0ed5f27c9cbc58ae9d1980ca57fc electron-mail-4.11.0-linux-x86_64.rpm
b13faaf936382a586274f023ece0b161a2939b62ab05cf28c812f4c48c221da0 electron-mail-4.11.0-mac.dmg
7afc574ed22c4953a913d883e3f48a9295b0bfc55c3d2921919e1a4a791dbc21 electron-mail-4.11.0-windows-nsis-installer.exe
- https://github.com/vladimiry/ElectronMail/actions/runs/674216745 (linux & windows packages)
- https://travis-ci.org/github/vladimiry/ElectronMail/builds/763859872 (macOS package)
Assets 10
You can’t perform that action at this time.