Live data from Hacker News

Nylas Mail is now free

blog.nylas.com

11–20 of 334 posts

Re: Nylas Mail is now free

#12
post #3

> 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.)

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

#14

I 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.

Spark and Polymail are two other options. I'm personally a fan of how easily it's to setup your own keyboard shortcuts in Spark.

Re: Nylas Mail is now free

#15
post #8

I 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. :(

Electron actually gives you quite a bit of free help for power consumption. The Chromium team goes through great lengths to save power and most of those efforts get reflected in Electron. For example, when it the app gets put in the background it will automatically reduce power usage.

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

#16
post #13

What happened to Linux support? I'm sure I installed it a while back using a deb package downloaded from their site?

Coming soon! We just didn't have enough time to QA it. Should be ready in a couple of weeks. (Windows too)

Re: Nylas Mail is now free

#17
post #8

I 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. :(

An app that doesn't do anything in the background won't use any resources, doesn't matter if it is built on webkit/electron. Unless you have a huge volume of email, then Nylas should not be power hungry. I for one am grateful for web apps and for webkit/electron desktop apps. Without these taking off, the Linux desktop would be dead for me.

Re: Nylas Mail is now free

#18
post #12
post #3

Earlier 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.

Also, it's 7$ per month.

Re: Nylas Mail is now free

#19

I 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.

Yeah we haven't done much testing on 9 year old laptops. It seems fast enough on machines from the last 3-4 years.
Post reply on HN