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.
On my OSX box (mbp) the context menus and popups are horridly misplaced and popup in random locations on the screen. For the popups the pointer is also often completely misaligned with the menu items requiring item selection to be clicked dozens of pixels away. I've also long given up throwing TB to a different display - text, UI sizing and menus explode and it becomes unusable on any other monitor. Having said that…
Proposal to start a new implementation of Thunderbird based on web technologies
61–70 of 243 posts
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#62They've already neglected Thunderbird for years, and now they want to start from scratch? Doesn't sound like a good idea. Sounds more like another project they will shut down after a while. I used to use both Thunderbird and Firefox a few years ago as my main mail client and browser. Since then, Mozilla started spreading between too many projects, chasing the failed phone thing, and both Firefox and even worse Thunde…
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#63Sounds like a terrible idea, please no. I for one probably will stop using thunderbird if it gets rewritten in JS.
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#64> We must pay attention to also keep technical qualities that many of our users rely on. An obvious one is that the new implementation must be able to quickly scroll through a list of up to 100000 messages. Does any cross-platform GUI toolkit have a widget that can handle this with sane defaults?
Qt, as long as you back the view with a model with O(1) lookup, can handle up to INT_MAX rows perfectly fast. I expect other cross-platform GUI toolkits work similarly. Most native table/list views work on an assumption of uniform row height and thus handle huge lists with no trouble. The problem browser based apps run into is rendering the entire list into the DOM and thus the browser has to lay out the whole thing…
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#65Re: Proposal to start a new implementation of Thunderbird based on web technologies
#66They've already neglected Thunderbird for years, and now they want to start from scratch? Doesn't sound like a good idea. Sounds more like another project they will shut down after a while. I used to use both Thunderbird and Firefox a few years ago as my main mail client and browser. Since then, Mozilla started spreading between too many projects, chasing the failed phone thing, and both Firefox and even worse Thunde…
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#67Earlier quoted context omitted.
Is there a way to configure it so it makes zero requests to your servers? If not (yet), would it at least be technically feasible, and would supporting this be an option for you?
Definitely feasible but it's not our product focus right now. Most of the features that help differentiate Nylas Mail require some cloud component. (snoozing, send later, reminders, open tracking, etc.) We totally encourage folks to fork the project and take it in whatever direction they want. If you want to chat with other devs in the community, you should join our Slack room: http://slack-invite.nylas.com/ (I work…
None of that has any appeal to me, I'd much rather a mail system which doesn't require using someone else's server.
Maybe this isn't a priority for other people, but just putting it out there. This is what's making me not use Nylas today.
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#68Sounds like a terrible idea, please no. I for one probably will stop using thunderbird if it gets rewritten in JS.
What is it written in now? If I remember correctly it's mostly JS with a few native extensions in the chrome.
Re: Proposal to start a new implementation of Thunderbird based on web technologies
#69Re: Proposal to start a new implementation of Thunderbird based on web technologies
#70Does 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.
Calendaring is excellent for a one-person effort (mostly one person, anyway), but still has issues around the edges (e.g.CalDAV doesn't work as nicely as macOS Calendar.app). It probably doesn't help that the server I have to use it with is half broken too; overall the experience isn't as good as Outlook + Exchange. But that's not only because of Lightning. Overall the main problem is probably that not enough people…