I don't think this puts enough emphasis on the fact that it is a local client and not a web service. I see some people here griping about Electron, but the privacy implications of being a local app are way more important than the performance of the framework used.
Seems to be a proprietary application so app privacy went out the window already.
I've spent the last two years building a new email client
291–300 of 608 posts
Re: I've spent the last two years building a new email client
#292Earlier quoted context omitted.
Would love to be able to self host this though and access it through the browser... That'd be awesome.
Why is that preferred for you, may I ask, over running it as a local desktop software?
Re: I've spent the last two years building a new email client
#293Re: I've spent the last two years building a new email client
#294This looks pretty cool, I'm really pleased to see people writing new email clients, and you've clearly worked very hard on this! I have a bunch of questions that I couldn't find out from the website (but are obscure enough that I shouldn't expect to): * Is this a purely native app, or an Electron / Javascript app? Personally I'm only interested in native apps & Electron would be a deal breaker - but I'm weird, most p…
> Electron would be a deal breaker You say that like HTML emails don't exist. If the client has to embed a web view anyway...
Re: I've spent the last two years building a new email client
#295Earlier quoted context omitted.
> It's an Electron app, but it is built to use as little RAM as possible It's _either_ an Electron app, _or_ built to use as little RAM as possible. I'm not an Electron hater, but if you are starting out with Electron then you are already at a far disadvantage both technically (see aforementioned RAM usage) and politically (many people won't use them, mostly for the technical reasons). FWIW I use the Telegram client…
Telegram is not an Electron app. It's a Qt app written in C++.
Re: I've spent the last two years building a new email client
#296This looks pretty cool, I'm really pleased to see people writing new email clients, and you've clearly worked very hard on this! I have a bunch of questions that I couldn't find out from the website (but are obscure enough that I shouldn't expect to): * Is this a purely native app, or an Electron / Javascript app? Personally I'm only interested in native apps & Electron would be a deal breaker - but I'm weird, most p…
Guess I'm weird too.
Re: I've spent the last two years building a new email client
#297Earlier quoted context omitted.
Telegram is not an Electron app. It's a Qt app written in C++.
At least on Mac you can get the telegram app, or something called Telegram Desktop, which is Electron-based
If you mean this, it's written in Swift https://macos.telegram.org/
Re: I've spent the last two years building a new email client
#298Does the calendar sync up to the various calendar providers (Google, Apple, etc) as well?
Re: I've spent the last two years building a new email client
#299Earlier quoted context omitted.
There is almost universal hatred of the Slack app in our client relations department, due to performace. All use Mac laptops or Windows desktops, none of them know the term "Electron".
I wonder why people run slack stand-alone. I run it as a pinned tab in my browser and with browser notifications it works great. Very few issues running it this way and performance seems good.
Re: I've spent the last two years building a new email client
#300Earlier quoted context omitted.
> If there was a native editor with feature parity with VS Code (including the number of plugins and dedicated MS resources speeding up its development, and free), nobody would be using it. Is it possible that VS Code (for example) exists (in its feature specific incarnation ) only because Electron is a cost cutter in terms of portable development? In other terms: Maybe the portable native full featured VS Code is th…
> Is it possible that VS Code (for example) exists (in its feature specific incarnation ) only because Electron is a cost cutter in terms of portable development? It could -- though I doubt it. But I was concerned with a more limited question: if there was a good VS Code alternative that's native, would many still prefer an Electron version?