Changed GenericName value from "Mailspring" to "Mail Client" (so that more useful info about the app is displayed on Linux).
Since most other email clients on Linux like Thunderbird and KMail use "Mail Client", I also used "Mail Client".
commit 423cf4f407
Author: Ben Gotow <ben@foundry376.com>
Date: Fri Oct 11 22:33:53 2019 -0500
Replace belcard with homegrown VCard parser because our needs are minimal and the linux binary has relocation issues
commit 4ae19c0ed5
Author: Ben Gotow <ben@foundry376.com>
Date: Fri Oct 11 10:38:26 2019 -0500
Skip building a few more belr components, still looking for relocation error cause
commit a7ec02a449
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Oct 10 22:16:15 2019 -0500
Fix windows SRV record lookups for contact directory autodiscovery
commit 318a31d279
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Oct 10 20:50:06 2019 -0500
Leave vcard_grammar unpacked so mailsync can find it at runtime
commit bf7e43e37d
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Oct 10 20:43:01 2019 -0500
Fix bug in icon case sensitivity
commit c283513653
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Oct 10 17:29:24 2019 -0500
Renew Windows Authenticode code signing cert (there goes $500…)
commit d13235f65b
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 23:25:34 2019 -0500
Bump mailsync to move belr dlls
commit 00ca6431df
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 23:22:53 2019 -0500
Bump to xcode9 to fix odd C++11 error
commit 47903c99c4
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 23:01:32 2019 -0500
Bump mailsync to build belr as a dll instead of a static lib
commit 21d645d4e7
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 22:38:24 2019 -0500
Bump mailsync
commit 3f943031cb
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 21:57:39 2019 -0500
Bump mailsync to fix windows libetpan failure
commit 8fb55ca0fc
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 21:36:57 2019 -0500
Bump mailsync, add grammar
commit b959c54e50
Author: Ben Gotow <ben@foundry376.com>
Date: Wed Oct 9 21:20:13 2019 -0500
Bump mailsync for linux / win32
commit ddb5229d67
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Oct 8 22:44:12 2019 -0500
Bump mailsync
commit f80e1bc422
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Oct 8 11:11:39 2019 -0500
Fix LESS linter failures
commit 66dc60a731
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Oct 8 11:00:37 2019 -0500
Extend participant search to return / expand groups
commit 3bded91307
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Oct 8 03:18:11 2019 -0500
Add comments, etc
commit 4ede5446de
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Oct 8 02:38:50 2019 -0500
Google People API contacts CRUD alongside CardDav
commit 96c6a64e46
Author: Ben Gotow <ben@foundry376.com>
Date: Mon Oct 7 14:00:34 2019 -0500
Build ContactBook concept to track which accounts have sync running
commit 1f6aab1083
Author: Ben Gotow <ben@foundry376.com>
Date: Mon Oct 7 11:38:03 2019 -0500
Contact and contact group CRUD, address book menus
commit b877c58d48
Author: Ben Gotow <ben@foundry376.com>
Date: Sun Oct 6 16:32:33 2019 -0500
Editing contact names working
commit 761079304c
Author: Ben Gotow <ben@foundry376.com>
Date: Mon Sep 30 15:42:59 2019 -0500
Improved styling of YYYYMMDD field
commit 71a567276b
Author: Ben Gotow <ben@foundry376.com>
Date: Mon Sep 30 15:06:28 2019 -0500
UI for edit + move + delete contacts
commit f1967dd603
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Sep 26 13:50:44 2019 -0500
Allow you to turn on / off the “Found in Mail” autocompletions
commit 0c2b0eb03b
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Sep 26 13:50:14 2019 -0500
Improve contacts window launch perf by lazy loading composer support, scanning less of fs for themes
commit 07abd6cb71
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Sep 26 04:36:10 2019 -0500
Support for CardDav contact display, better groups presentation
commit 0a9e166d79
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Sep 24 12:42:37 2019 -0500
Add hidden attribute to the model in prep for deletion of auto-created contacts
commit e6ce3b2af9
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Sep 24 12:12:52 2019 -0500
Initial pass at address book
commit 740d7e8655
Author: Ben Gotow <ben@foundry376.com>
Date: Tue Sep 24 08:27:06 2019 -0500
Make headers of Preferences > Accounts consistent with General
* Switch to using Typescript instead of Babel
* Switch all es6 / jsx file extensions to ts / tsx
* Convert Utils to a TS module from module.exports style module
* Move everything from module.exports to typescript exports
* Define .d.ts files for mailspring-exports and component kit… Yes it seems this is the best option :(
* Load up on those @types
* Synthesize TS types from PropTypes for standard components
* Add types to Model classes and move constructor constants to instance vars
* 9800 => 7700 TS errors
* 7700 => 5600 TS errors
* 5600 => 5330 TS errors
* 5330 => 4866 TS errors
* 4866 => 4426 TS errors
* 4426 => 2411 TS errors
* 2411 > 1598 TS errors
* 1598 > 769 TS errors
* 769 > 129 TS errors
* 129 > 22 TS errors
* Fix runtime errors
* More runtime error fixes
* Remove support for custom .es6 file extension
* Remove a few odd remaining references to Nylas
* Don’t ship Typescript support in the compiled app for now
* Fix issues in compiled app - module resolution in TS is case sensitive?
* README updates
* Fix a few more TS errors
* Make “No Signature” option clickable + selectable
* Remove flicker when saving file and reloading keymaps
* Fix mail rule item height in preferences
* Fix missing spacing in thread sharing popover
* Fix scrollbar ticks being nested incorrectly
* Add Japanese as a manually reviewed language
* Prevent the thread list from “sticking”
* Re-use Sheet when switching root tabs, prevent sidebar from resetting
* Ensure specs run
* Update package configuration to avoid shpping types
* Turn eslint back on - we will opt-in to the TS rules one by one
commit 3c10d22199ea6428a6b45c6361d281b1d281ef4f
Author: Ben Gotow <ben@foundry376.com>
Date: Fri Jan 19 08:10:43 2018 -0800
Small fixes
commit e7d4ba85eb011a6fd58b57e079bf3a19c19126d8
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Jan 18 23:47:03 2018 -0800
Rewrite UnsafeComponent using Error Boundaries
commit aa772694fdee6c57887b75b3abb2e654e146fab5
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Jan 18 23:15:53 2018 -0800
Remove GeneratedForm
commit f9ea4296f07d446f942dfc2532deea37db43ddac
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Jan 18 23:08:45 2018 -0800
Fully remove calendar related dead code and spec_disabled
It’s making it hard to see what I need to edit and what I don’t care about
commit 6192ce6073244bc66b7908b66b5033d34e947efb
Author: Ben Gotow <ben@foundry376.com>
Date: Thu Jan 18 23:08:16 2018 -0800
Bump to React 16.2 🎉
* Initial commit
* SVG-based graph components
* Add histogram, pull data into graphs
* Loading animation, timespan descriptions
* Improvements to read receipt / link tracking section
* Initial pass at subject line analysis
* Fixes to subject-line stats
* Fix theme `ui-variables` include paths
* Add “Share this report” button
* Add “Learn More” button
* Make it more clear how to edit your shortcuts
* Merge activity-list and new activity-dashboard, move in sidebar