Anyone got this set up and would be willing to test it against https://www.emailprivacytester.com and report back?
https://www.dropbox.com/s/1hie94302jtxcmx/Screenshot%202017-... (I work at Nylas.)
Nylas Mail is now free
251–260 of 334 posts
Re: Nylas Mail is now free
#252Earlier quoted context omitted.
We really hope that Nylas Mail will be your cross-platform email app then. Being build on Electron allows us to support all three major platforms and we are 100% committed to it. Nylas Pro (formerly N1) already supports all three and Nylas Mail should be there in a couple of weeks, if 'e0m is to be trusted. :) (I work at Nylas.)
You announced your project with tons of fanfare but no Windows client. I realize MacOS is very popular amongst developers, but Windows has a 91% desktop OS marketshare. From a broad marketing perspective, you should have waited until the Windows client was available. When you finally release it in a week or a month, will you get another frontpage Hackernews post? Probably not.
I haven't tried it, but the Linux version works fine with a basic account.
Re: Nylas Mail is now free
#253Earlier quoted context omitted.
JavaScript is NOT the first language to provide cross-platform GUI. Such toolkits are very old. Gtk, Qt, wxWidgets, and many others serve this functionality and have bindings across dozens of languages. There is no reason to use JavaScript just so you can get a "cross platform GUI".
Gtk is not very cross-platform. It looks non-native on Windows, and it's so non-native on macOS that you have to run an X server just to see it. wxWidgets seems to be abandoned (their bindings don't even have a Python 3 release, which would happen right away if anyone cared). Most of these provide dated UI elements that people don't want to work with. Qt perhaps is holding up the best, but I can see why people prefer…
This has not been true for years now. There is a native port of Gtk that does not require an X server. Gimp is available natively, as are other Gtk apps (Gnucash, Deluge, etc).
Re: Nylas Mail is now free
#254Re: Nylas Mail is now free
#255Earlier quoted context omitted.
> JavaScript is NOT the first language to provide cross-platform GUI. Of course it's not. > There is no reason to use JavaScript just so you can get a "cross platform GUI". The main reason (imho) is that "JavaScript" (as you call it, but you should say "the web platform") is more future proof than "old toolkits". Qt would be the best candidate for a "cross platform GUI", but you are relying on the [Qt company/nokia/w…
Your message left me scratching my head. How can JS be more future-proof than old UI toolkits when JS libraries and frameworks are constantly changing? Sure, nobody will kill HTML and JS, but that's not the point. Nobody knows how UIs will be built with web technologies in two years! Edit: based on your reply below, it looks like I have to spell it out. GUIs are built with UI frameworks, not just with programming lan…
Versioning your dependencies is good practice regardless of language and has been for decades. Javascript has enough cons, you don't have to resort to imaginary ones.
Re: Nylas Mail is now free
#256Earlier quoted context omitted.
How about not using your servers for anything?
Unfortunately, we have to use an intermediate server to use Google OAuth.
Re: Nylas Mail is now free
#257How is this different than Mail and every other email client in existence? Don't get me wrong, it looks extremely good. However, I visited the site and immediately clicked on the back button. I've been using Google Inbox for a few months, and it radically changed how I handle my many mailboxes. It's not rare now that I actually achieve inbox zero. I would love to see the same amount of innovation that was put into Go…
Inbox is homegrown, not an acquisition.
(work at Google)