Commit graph

7239 commits

Author SHA1 Message Date
Janosch Maier
331f0edc64
Rename mailspring.desktop to Mailspring.desktop (#2261) 2021-02-01 22:22:59 -06:00
Paul Adams
d643826ff6
Fixed code of conduct link (#2264)
GitHub URLs are case insensitive
2021-01-26 11:12:14 -08:00
Ben Gotow
8983dca204 Ignore snapcraft upload failures to workaround bug in their CLI, see link
https://forum.snapcraft.io/t/package-upload-is-no-more-enough-for-uploading/19212/6
2021-01-19 14:26:55 -06:00
Ben Gotow
e412dba2fd Move Travis snapcraft login into docker run command 2021-01-19 13:50:45 -06:00
Ben Gotow
90137f11fe Bump to 1.8.0, update Changelog 2021-01-19 12:22:07 -06:00
Ben Gotow
b9ad355df1
Drop unused Python and Git dependencies in control.in #1887 (#2257) 2021-01-19 12:12:11 -06:00
Ben Gotow
72c6ce4e7b Update snapcraft “macaroon” credentials to fix the Travis packaging on LInux
Steps for next year (token expires annually):

snapcraft export-login --snaps mailspring --channels edge --acls package_upload credentials
travis login --com --github-token XXXXX
travis encrypt-file credentials --add --com
2021-01-19 11:46:18 -06:00
Ben Gotow
d2e4590df0 Fix or downgrade remaining eslint warnings to make Travis CI builds succeed 2021-01-19 10:28:44 -06:00
Ben Gotow
ba2816f469 Fix auto-fixable errors identified by the new versions of Typescript + ESLint 2021-01-19 00:45:32 -06:00
Ben Gotow
b13bcd5c0a Update Typescript, eslint dependencies to reflect TS 3.7+ requirement 2021-01-19 00:39:32 -06:00
Janosch Maier
38e89c9d20
Fix moment-timezone errors on calendar invites (#2255) 2021-01-19 00:17:28 -06:00
Janosch Maier
a74c6c6b61
Fix bug when comparing empty string in mail rules (#2254) 2021-01-19 00:08:58 -06:00
Janosch Maier
5f237833cd
Adjust search bar label based on the selected account (#2252) 2021-01-19 00:04:04 -06:00
Janosch Maier
7bdcb3e8f8
Add information regarding app password type for FastMail (#2251) 2021-01-18 23:59:35 -06:00
Ben Gotow
b35578beb6 Update Travis badge, open source builds are now on travis-ci.com 2021-01-18 23:53:34 -06:00
Jason C. McDonald
b09e07da60
Update developer_issue.md 2021-01-12 18:38:48 -08:00
Jason C. McDonald
edc749153e Add CoC, Discourse links 2021-01-12 18:00:18 -08:00
Jason C. McDonald
e6c84f3205 Change issue reporting templates. 2021-01-12 17:37:24 -08:00
Janosch Maier
e8fb6ef2aa
Colorize Accounts (#2240)
* Add configuration option to colorise accounts

* Add German translation for account color

* Fix bug when account is unset in list-tabular-item

* Add account color for "from" field in compose window

* Add color coding to the preferences account list

* Fix styling issue in compose window where account labels where unaligned if only one account had a color configured

* Add account color inside the swipeable element

* Partial Revert "Add configuration option to colorise accounts"

This partially reverts commit f8efccb0f2.

* Ensure that account color is not displayed in thread-list when it is unset

* Add colorized accounts in sidebar and contacts view

* Add new type Style to be used throughout the colorization code

* Add todo note for ensuring that the account color updates correctly

* Remove style definition and use react CSSProperties instead

* Fix crash when opening a draft that was created in GMail

* Refactor accountColor to color

* Ensure dynamic change of the account color in the sidebar

* Add AccountColorBar react component

Co-authored-by: Janosch Maier <maierjaonsch@gmail.com>
2021-01-11 11:17:12 -06:00
Vincent Boivin
fb69b4172d
Only trigger Appveyor on release (#2165) 2021-01-05 21:59:08 -06:00
johnpoint
3ed9ba2f7f
Update zh-CN.json (#2219) 2020-12-16 12:38:52 -06:00
Jarrad Whitaker
53b5b95990
add libglib2-bin as alternative to gvfs-bin (#2220) 2020-12-16 12:37:04 -06:00
Aftabuzzaman
2b32988c99
Fix some translation errors in Bengali (#2224)
This file contain lots of translation error. looks like machine translation. I tried to fix some of them.
2020-12-16 12:35:47 -06:00
Ben Gotow
052f6dd5fe Switch to OAuth for Office 365 accounts now that MSFT support is live! #1118 2020-08-17 22:59:22 -05:00
Ben Gotow
c0d816ab96 Explicitly add node-gyp as a dev dependency for Linux #2106 2020-08-17 08:30:44 -05:00
Ben Gotow
c7bf6b19dc Expand Yandex login screen to include steps to enable IMAP #2111 2020-08-16 18:37:33 -05:00
Ben Gotow
b65b7d2817 “A equals B” mail rules should be case insensitive along with the others #2115 2020-08-16 18:15:37 -05:00
Arunmozhi
8b57cb4c32
fixes wrong time in event header due to timezone mismatch (#2093)
Co-authored-by: Ben Gotow <ben@foundry376.com>
2020-08-16 18:08:15 -05:00
Ben Gotow
f0afe9b585 Bump to Electron 4.2.12 for upstream bug fixes before we move to Electron 9 2020-08-16 17:32:16 -05:00
Ben Gotow
2bec42667b Add a small comment linking back to PR for future reference 2020-08-16 15:30:20 -05:00
Jarrad Whitaker
c530d31dd5 check all clipboard contents for Files, not just the first.
This was implemented for the "Copy Image" function of browsers, which on Firefox and Chrome on Linux was tested to give item[0] as "text/html" and item[1] as a file.
This effectively worked in rich text mode anyway as it is able to paste text/html snippets, but was unable to work in plain text mode.
2020-08-16 15:30:20 -05:00
Merkys
0061fc9fc0 mailcore-provider-settings: Add Hostinger email provider 2020-08-16 15:14:25 -05:00
Jarrad Whitaker
1acab17786 read text/uri-list to paste files when available 2020-08-16 15:12:53 -05:00
Ewen "Feust
dc44e30237 Completed french translation 2020-07-06 19:36:52 -05:00
Vincent Ploquien
35ec374aa0 Ignores dll dependencies in git and VSCode 2020-06-22 23:31:35 -05:00
emintufan
278710f845 Update Turkish translation
Reviewed until 542th line.
2020-06-22 23:29:58 -05:00
Ben Gotow
13635bcf56 Bump to 1.7.8, update Changelog 2020-05-24 19:22:42 -05:00
Ben Gotow
df26391c57 Don’t remove top level <br> tags that separate text nodes (Apple calendar alerts) 2020-05-24 18:59:15 -05:00
Ben Gotow
4c6ab52e5a Use plaintext rendering for multipart/mixed messages without an HTML sub-part #1985 2020-05-24 18:53:20 -05:00
Ben Gotow
470b088aa5 Also support CSS layout property values with a px extension #2004 2020-05-24 17:55:10 -05:00
Sergey Stoma
fa46b0c972 Read some layout properties from CSS instead of hardcoded values 2020-05-24 17:42:00 -05:00
Ben Gotow
a61219a278 Add window:sync-mail-now to the keymaps UI so you can edit shortcut #1941 2020-05-24 17:31:56 -05:00
Ben Gotow
f3b872b0fb Libsasl2-common does not include LOGIN auth method on Win32 #1996 2020-05-24 16:37:07 -05:00
Ben Gotow
71504f2c10 Pad the new “Show Original” menu item slightly, update changelog 2020-05-20 22:17:39 -05:00
Ben Gotow
9580099229 Remove dependency on realpath, not present on stock Ubuntu 14 + others 2020-05-20 09:55:12 -05:00
Ben Gotow
f1c221cac7 Capture SASL init errors and log SASL_PATH env var, not discovering mech on Ubuntu 14 2020-05-20 01:38:04 -05:00
Ben Gotow
5b438be98e Add logging to identify why Ubuntu 14 is still having OpenSSL issues 2020-05-20 00:57:04 -05:00
Ben Gotow
3488dc1527 Also move updated openSSL headers into place on Travis 2020-05-19 10:11:04 -05:00
Ben Gotow
f155711295 Build openssl-1.1.0f on linux to match Windows exactly 2020-05-18 22:59:03 -05:00
Ben Gotow
5505b57f50 On linux, print openssl version at compile time 2020-05-18 22:33:51 -05:00