I used Nylas for a while and really liked it, until they they forced everyone to pay $7 per month to use it. Here's the original discussion: https://news.ycombinator.com/item?id=11553738
Nylas Mail is now free
11–20 of 334 posts
Re: Nylas Mail is now free
#12> Does Nylas Basic support all mail providers? > Today’s release supports Gmail/G Suite, Office365 Exchange, Yahoo! Mail, iCloud, and FastMail. Full support for self-hosted Microsoft Exchange servers is coming soon. I am a little curious why this is so limited. All of the above solutions support IMAP, so why is this so specific? I could understand if they're trying to support, say, Gmail-specific features of your inb…
You actually can add any IMAP server. We just haven't tested all of them, so we're only officially supporting a few at launch. Here's how to do it: http://imgur.com/a/WBdXe (I work at Nylas.)
Re: Nylas Mail is now free
#13Re: Nylas Mail is now free
#14I use Nylas but I recently had to move from a 2013 MBP to a 2008 MBP and it shows how unresponsive the UI is. I'd like to use something such as mutt but I find it very unfriendly.
Re: Nylas Mail is now free
#15I really wanted an Email client for Linux which isn't power hungry but unfortunately last I tried Nylas - it was always top app in `powertop`. An always running app has to be low on power consumption IMO, but because so many apps are being built on top of webkit/electron most of them pretty much suck when it comes to battery usage. Another case in point is slack app. On Linux, it is probably the worst app. :(
When no javascript is running the app consumes effectively no power.
Now that being said there's nothing to stop developers from running lots of expensive code or being non-performant with rendering. This is true in any environment. However; having access to the type of flame-charts and profiling tools that come with Chrome / Electron go a really long way to addressing some of these issues.
I work at Nylas and we've been heavily focused on reducing the amount of power the app consumes. We've still got a lot of work to do, but at the end of the day processing a ton of email quickly is a fairly expensive operation.
In the long run it's possible to offload very expensive work to natively compiled modules. A lot of Electron projects do this and can use Node's native bindings to connect to processes that really need to be fast in native code.
Re: Nylas Mail is now free
#16What happened to Linux support? I'm sure I installed it a while back using a deb package downloaded from their site?
Re: Nylas Mail is now free
#17I really wanted an Email client for Linux which isn't power hungry but unfortunately last I tried Nylas - it was always top app in `powertop`. An always running app has to be low on power consumption IMO, but because so many apps are being built on top of webkit/electron most of them pretty much suck when it comes to battery usage. Another case in point is slack app. On Linux, it is probably the worst app. :(
Re: Nylas Mail is now free
#18Earlier quoted context omitted.
You actually can add any IMAP server. We just haven't tested all of them, so we're only officially supporting a few at launch. Here's how to do it: http://imgur.com/a/WBdXe (I work at Nylas.)
So it's closed source, by a US company (subject to NSLs, violating foreigners rights etc) and they get a copy of all my mails? At least that's what it sounds like.
Re: Nylas Mail is now free
#19I use Nylas but I recently had to move from a 2013 MBP to a 2008 MBP and it shows how unresponsive the UI is. I'd like to use something such as mutt but I find it very unfriendly.