Live data from Hacker News

I've spent the last two years building a new email client

ivelope.com

81–90 of 608 posts

Re: I've spent the last two years building a new email client

#81
post #65
post #38

God bless you for working in a space—native email clients—which seems utterly neglected nowadays.

I can kind of see why. There is a lot of convenience in being able to log into any computer and access your mail. Plus Gmail search beats the search in native clients most of the time.

Mobile Imap clients are a thing.

And gmail isn't your mail, it's Google's mail. A mailserver that you host yourself is your mail.

Re: I've spent the last two years building a new email client

#82
post #54

> Show HN: I've spent the last 2 years building a new email client Where is the corresponding "Ask HN: What requirements should I consider before writing a new email client?"

Is it mandatory to consult HN before starting on something new?

Re: I've spent the last two years building a new email client

#83

The product looks great. Feed is a fantastic idea, love it. Good luck!

Thanks for your comment :)

Are you familiar with outlook.com's sweep feature?

It's the ultimate email management tool. And I hope you can add it fast.

Re: I've spent the last two years building a new email client

#85
post #2

It's unfortunate that this wasn't build with a cross-platform core, but native, first class UIs for each respective platform. Edit: I realized this was worded very badly. I’m saying I wish this was written with a cross platform core, and native, platform specific UIs for each respective platform. For example, MS Office is written this way.

I'd personally think "amazing" is a better adjective than "unfortunate" here - the value of an e-mail client, at least to me, lies almost entirely in its user interface. If using a native stack can squeeze out a few more tidbits of usability here and there, that's a good job well done. There's still a lot of value in native if it's done properly. Electron and similar technologies are in my opinion not quite at the po…

Whoops, see my edit. We’re totally advocating for the same thing - my wording was just very very bad :(

Re: I've spent the last two years building a new email client

#86

This 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…

You're not wrong on electron: this tech allow devs to be lazy and we all know that when we are allowed to be lazy, most of the time we are.

That said, electron can have a small fingerprint if the dev team is carefull/good enough, and is hte best option when your app have to be able to read HTML (and copy HTML formatted string). To me, an email client is a good way to use electron for an app.

Re: I've spent the last two years building a new email client

#87
post #2

It's unfortunate that this wasn't build with a cross-platform core, but native, first class UIs for each respective platform. Edit: I realized this was worded very badly. I’m saying I wish this was written with a cross platform core, and native, platform specific UIs for each respective platform. For example, MS Office is written this way.

?! I would've said the same thing with joy! From the title I was immediately hoping that this was not yet another bloated electron thing.

I’m with you. See my edit, and sorry for the confusing wording. It’s late

Re: I've spent the last two years building a new email client

#88
post #74

Earlier quoted context omitted.

1. It's an Electron app, but it is built to use as little RAM as possible, when I run it on my old Macbook Air, it consumes only around 300mb of RAM maximum, which is less than what Finder consumes, and I consider everything over this limit to be a bug. 2. Currently not supporting Mbox/Maildir but downloading emails directly from the server, however an import of this is on the todo list 3. Re: turn off conversation v…

300MB of ram sounds like a lot to me. What are you storing in memory that is that large? If I dont use the app for 1 hour will it stop using the memory?

Most of this comes from overhead in Chromium, which currently (the version used by Ivelope) suffers from a few bugs which increases memory usage. I think this will drastically go down as time progresses and new updates of Chromium becomes available

Re: I've spent the last two years building a new email client

#89

Earlier quoted context omitted.

How so? It's quite simple to tell what a web app does in my understanding. Chrome has many good monitoring tools.

The webapp can send your data wherever once it has the data, chrome won't log http requests if they were made server to server etc

Isn't it the case for any app?
Post reply on HN