Commit graph

7362 commits

Author SHA1 Message Date
Janosch Maier
3db0827a60 Bump electron to 16.0.0 2022-02-27 21:49:17 -06:00
Janosch Maier
6128fc74ce Bump electron to 14.2.1 2022-02-27 21:49:17 -06:00
Janosch Maier
cbfcc44591 Fix Copy and Paste in WebView 2022-02-27 21:49:17 -06:00
Janosch Maier
ecf8f83867 Add information about node version for building 2022-02-27 21:49:17 -06:00
Janosch Maier
b21f70286f Bump Dependencies 2022-02-27 21:49:17 -06:00
Janosch Maier
037ce35ca7 Adjust Spellchecker Tests
On my Ubuntu 20.10 some of these tests currently fail as words cannot be learned. Needs some mor debugging.
2022-02-27 21:49:17 -06:00
Janosch Maier
e17e6bbb1e Correct Spellchecking 2022-02-27 21:49:17 -06:00
Janosch Maier
e2289ac204 Easier error logger 2022-02-27 21:49:17 -06:00
Janosch Maier
9c04a40782 Reenable basic spellchecking 2022-02-27 21:49:17 -06:00
Janosch Maier
a9b73e0b91 Fix startCrashReporter in error-logger.js 2022-02-27 21:49:17 -06:00
Janosch Maier
0586a0aa6f Remove node-mac-notifier 2022-02-27 21:49:17 -06:00
Janosch Maier
90d020ae5a Bump cld version to 2.7.1
This fixes builds on newer Linux systems
2022-02-27 21:49:17 -06:00
Anton Maminov
0255ce7b50 bump electron 12.2.3 2022-02-27 21:49:17 -06:00
Janosch Maier
6dc0e82509 Update electron to v10
- Remove the electron-spelllchecker package as it does not work anymore
- Remove the spellchecker temporarily
- Manually set enableRemoteModule to true
2022-02-27 21:49:17 -06:00
Ben Gotow
9ee21cf2b9 When skipping All Mail (for ProtonMail), set flags to mimic folder being fully synced 2021-11-25 15:45:03 -06:00
Ben Gotow
ac79e44463 Bump to 1.9.3, test ProtonMail change 2021-11-21 22:47:31 -06:00
Zach Bloomquist
0107398019 chore(tests): suppress beforeunload to stop spec-runner from quitting over and over [wip] 2021-11-21 20:02:23 -08:00
Zach Bloomquist
e813727d28 chore(tests): fix relative style path in spec-runner 2021-11-21 20:02:23 -08:00
Zach Bloomquist
a339f60f2c chore(tests): fix most of the broken jasmine tests 2021-11-21 20:02:23 -08:00
Prateek SU
8fb715a8bb Fix desktop id not uppercased 2021-11-21 20:00:09 -08:00
Prateek SU
1898182cc4 Add releases info and squeeze content_rating 2021-11-21 20:00:09 -08:00
streppel
e1ae4cda5c fix typo on invalid attachment err message 2021-11-21 19:58:31 -08:00
repamart
39cbf5a326 add protonmail.ch domain into onboarding defaults 2021-11-21 19:57:01 -08:00
kz6fittycent
f9d7fc0528 Improve load times with LZO
Should see increased loading performance using LZO.
2021-11-21 21:56:07 -06:00
Ben Gotow
6e14dad1f8 Update changelog for 1.9.2 2021-09-05 12:05:19 -05:00
Ben Gotow
a3ea106395 Mark that Turkish is now a verified language 2021-09-05 11:31:14 -05:00
shohamc1
6a753b42b0 make mark as spam shortcut configurable 2021-09-05 11:01:45 -05:00
Nick Reiley
df15844e48 add settings.container_folder & remove folder/custom container folder setting 2021-09-05 11:01:04 -05:00
Nick Reiley
1e70698ca5 ProtonMail Bridge IMAP integration 2021-09-05 11:01:04 -05:00
Janosch Maier
51d788c1a4 Ensure that mailspring is correctly started in the background on macos
Currently, the --background flag of the plist autostart file on macos is ignored as it is treated as the filename of the command to start (which should be mailspring) and not as an argument.

For more information see: https://apple.stackexchange.com/questions/110644/getting-launchd-to-read-program-arguments-correctly
2021-09-05 10:58:30 -05:00
Stan van Rooy
72b7068cfc feat(MailRule): add 'forward' action to mail rules 2021-09-05 10:53:51 -05:00
emintufan
fcdb169750 Update Turkish translation 2021-09-05 10:47:44 -05:00
SiderealArt
5cdecc4252 Update zh-TW.json 2021-09-05 10:46:40 -05:00
Janosch Maier
4a11b7ec71 Prevent strange layout bug for trash / spam folders on vertical layout
Also improve the German translation slightly.
2021-09-05 10:45:56 -05:00
Marco Trevisan (Treviño)
44853d81e7 snap: Mark license as GPL-3.0 2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
4113770281 snap: Cleanup uneeded files when done 2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
d0e51bb067 snap/.travis: Build snap using core18 as base using snapcraft via lxd
This is the preferred way to build snaps now, it allows using desktop
extensions that includes xdg-portals and better integration, reducing
the snap size.

Build this using travis snaps native implementation.
2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
fd880478c2 snap: Ignore snap/.snapcraft files 2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
3857564f64 snap: Do not simulate running as Unity, new electron handles it properly
There's no need to fake this anymore
2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
26d0956a0e snap: Inherit informations from appdata when possible 2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
9efa93724c ci: Make certs optional
Certs aren't strictly needed to build Mailspring so let's not use them
if building outside the main repository.

Allows testing CI easier.
2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
04051d514f snap: Use native snapcraft scriptlets to set version
No need to make travis to do it
2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
c33229497b ci: Expose the snap as artifact as well 2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
09aa33702e ci: Use public URI for the Mailsync repository
Now that it's all released there's no need to use special git code
2021-05-03 08:07:00 -05:00
Marco Trevisan (Treviño)
bacbfc648a ci: Build under xenial machine and cleanup packages installation
Just install the required compiler version once, and define the
variables
2021-05-03 08:07:00 -05:00
Ivo Šmerek
aaed3e0f96 Improve czech localization 2021-05-03 07:57:32 -05:00
Avelino
008f8be129 add snooze shortcut
ref: https://community.getmailspring.com/t/snooze-shortcut/1631
gmail: h
inbox gmail: h
outlock: ctrl+h
apple mail: mod+h

Signed-off-by: Avelino <t@avelino.xxx>
2021-05-03 07:56:41 -05:00
Ben Gotow
2b89469bb9 Handle mailbox permalinks outside of the thread-sharing plugin 2021-04-25 13:14:00 -05:00
Ben Gotow
dae008534b Disable signature image upload if you are signed out of Mailspring ID 2021-04-25 13:02:09 -05:00
Ben Gotow
30ef802f84 Fix postinstall script, $(pwd) resolving incorrectly on AppVeyor 2021-04-16 10:25:15 -05:00