Does anyone actually have any problems with Thunderbird? I feel like it is "done" software. It works, perfectly, for all my needs. It's fast. It has great UI. It lets me read and write email.
I feel the same way personally. I feel like I see tons of people complaining about it, but it's just what I want out of a mail client. The UI is a great, the GPG integration is great with enigmail, it's a very polished product. Not only that, but making one based on web technologies that moves away from the native look and feel it currently has would truly be a loss in my opinion. I'd probably give Claws Mail and alp…
Proposal to start a new implementation of Thunderbird based on web technologies
31–40 of 243 posts
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#32Does anyone actually have any problems with Thunderbird? I feel like it is "done" software. It works, perfectly, for all my needs. It's fast. It has great UI. It lets me read and write email.
Is something like that now available in Thunderbird?
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#33Re: Proposal to start a new implementation of Thunderbird based on web technologies
#34Re: Proposal to start a new implementation of Thunderbird based on web technologies
#35Does anyone actually have any problems with Thunderbird? I feel like it is "done" software. It works, perfectly, for all my needs. It's fast. It has great UI. It lets me read and write email.
Search could be smarter (and faster). Also I remember I had to do something tricky to make search default to "date" sorting instead of "relevance", and that should really just be in the preferences dialog somewhere.
But basically I have no complaints!
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#36"JavaScript is the best choice." (Citation Needed). This proposal identifies serious legitimate concerns with Thunderbird development going forward, but the proposed solution looks more like a hammer seeking a nail than a thoughtful approach to addressing the concerns.
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#37I wish I could freeze the program Thunderbird in time to keep it precisely how it is right now for the next couple of decades. I literally want not change. I know, I know. It's a pipe dream, the surrounding environment changes, breaking the program as the OS and libraries evolve. But this constant resolving of perfectly solved problems annoys me.
git clone
^ there you go. A stable thunderbird branch that will work mostly forever. Every time an API changes just shove it in another iteration of a virtual machine :PRe: Proposal to start a new implementation of Thunderbird based on web technologies
#38Earlier quoted context omitted.
No no no you missed what I am saying. I use horrible hardware appliances with built in md5 ssl certs for remote administration. I am not a web developer. I need to be able to access them to secure them and to work on hardware problems. This isn't even on the internet, this is on a local lan serving a small business. We're not going to buy new hardware because my browser updated, so I'm stuck having to boot up a mint…
Ahh I see! Sorry, I totally misread your message. Wow, that's a rough situation... If things get really bad, I think you could use a HTTPS proxy like Charles ( https://www.charlesproxy.com/ ) to decrypt the traffic and re-encrypt it with a newer SSL cert before viewing it in Firefox. I'm not sure about Firefox, but you can run Chrome from the command line with `--allow-running-insecure-content --ignore-certificate-er…
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#39Earlier quoted context omitted.
No no no you missed what I am saying. I use horrible hardware appliances with built in md5 ssl certs for remote administration. I am not a web developer. I need to be able to access them to secure them and to work on hardware problems. This isn't even on the internet, this is on a local lan serving a small business. We're not going to buy new hardware because my browser updated, so I'm stuck having to boot up a mint…
> I need to be able to access them to secure them If they are using md5 ssl certs, it's unlikely securing them is possible. I wouldn't be surprised if there are a dozen or more security vulns in such outdated devices.
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#40Interesting that mithril.js gets a mention. I really like it.
edit: Scratch that, it was in this reply: https://mail.mozilla.org/pipermail/tb-planning/2017-March/00... . "I'd suggest using TypeScript, Mithril.js, Tachyons, and Node.js for the base technologies -- probably with Mocha/Chai for testing. Later we can make a more stand-alone desktop version with Electron or such. We could use socket.io to push notifications for changes in real or virtual folders and then use Mithril.js (a vdom library) to quickly rerender changed data the client UI requests (or is pushed)."
Worth noting that reply looks more like a wishlist of stuff than a meaningful viable proposal.