Earlier quoted context omitted.
Electron apps are usually pretty terrible. They have issues with: 1. Memory usage and cpu usage (you're running a browser to run your application) 2. Platform look and feel (doesn't exist in javascript) 3. Platform and windowing behaviors. I agree with the other commented to you.. if it changed to electronic, I would drop it as well.
Hence the spin-off app. A ground-up, UX focused app which does not have to meet feature parity, would attract users who are already confused by email clients. This is a different target audience to the people who typically use Thunderbird at this time. For some people Apple Mail is enough.
Thunderbird in 2019
51–60 of 168 posts
Re: Thunderbird in 2019
#52I love thunderbird because it's the only email client that does everything I want. I tried CLI clients, they are great and customizable, but CLI is a bit bare for email (images, html, fonts...) Things I'd like to see improved: - Native CardDAV and CalDAV support (there is caldav, but no discoverability of calendars). - Native PGP. - Better search, the UI is horrible and the search string is hard to get right (need fu…
Re: Thunderbird in 2019
#53Earlier quoted context omitted.
Thunderbird is an XML+CSS+Javascript app. Just like Electron (well, Electron is not XML).
Looking at the languages used in Thunderbird source ( https://wiki.mozilla.org/Tree_Rules/comm-central#Thunderbird ): $ cloc build/ ldap/ editor/ mailnews/ mail/ 3938 text files. 3848 unique files. 949 files ignored. github.com/AlDanial/cloc v 1.80 T=6.01 s (497.6 files/s, 127309.9 lines/s) --------------------------------------------------------------------------------------- Language files blank comment code ------…
Re: Thunderbird in 2019
#54I love thunderbird because it's the only email client that does everything I want. I tried CLI clients, they are great and customizable, but CLI is a bit bare for email (images, html, fonts...) Things I'd like to see improved: - Native CardDAV and CalDAV support (there is caldav, but no discoverability of calendars). - Native PGP. - Better search, the UI is horrible and the search string is hard to get right (need fu…
Have you tried migrating to using maildir instead of mbox?
Re: Thunderbird in 2019
#55Re: Thunderbird in 2019
#56Earlier quoted context omitted.
You lost everything and it was totally gone? Or did you have a backup and restored?
Well I had a backup of sorts, domestic environment, but did lose data (yes I shouldn't have trusted it). Still haven't managed to debug so can't use Thunderbird properly yet; changing app is a major upheaval after a decade or more [not quite continuous use, tried Kmail, Opera, and a few others like Sylpheed, Mutt(!), in the interim -- after Pine, proprietary apps TB was my first desktop MUA]. So, I need to audition n…
Re: Thunderbird in 2019
#57The practice of having plugins do core functionality is just not a good idea. Things that 90% of the users use should ship in the product.
For instance, cloud Exchange support is lacking. I couldn't even login to my work account, while other clients (Windows Mail, iOS, Outlook, etc...) have no issues whatsoever.
The calendar is just awful. The contacts is completely bare bones.
Here is hoping the new folks breathe some life into it.
Re: Thunderbird in 2019
#58I love thunderbird because it's the only email client that does everything I want. I tried CLI clients, they are great and customizable, but CLI is a bit bare for email (images, html, fonts...) Things I'd like to see improved: - Native CardDAV and CalDAV support (there is caldav, but no discoverability of calendars). - Native PGP. - Better search, the UI is horrible and the search string is hard to get right (need fu…
Native PGP is something I'd be very happy to see. Enigmail is needlessly complex with long setup wizards that frequently fail and a lot of legacy code supported for old distros. Services such as ProtonMail show that focusing on modern conventions and picking the right defaults can really bring encryption to normal users.
Re: Thunderbird in 2019
#59Earlier quoted context omitted.
Thunderbird is an XML+CSS+Javascript app. Just like Electron (well, Electron is not XML).
By that definition would you call Firefox before version ~40 a javascript app? It obviously isn't despite using XUL and the elements implicit in that. The same is true of Thunderbird.
Re: Thunderbird in 2019
#60One thing I would add to performance metrics is that tests for very large folders (of about 1M) should be added. I was talking with someone last night who was complaining about how long it took to delete 200K messages from his inbox, so it's not a wholly implausible metric. I just worry that people are going to focus on metrics that go "oh, there's no issue with a 1K message folder since it's all within the 16ms budget" without looking to see their impact on 10K or 100K folders, which is where people really complain about performance.