How to Build an Email Client
levinianconstant.tumblr.com
How to Build an Email Client
1–10 of 39 posts
Re: How to Build an Email Client
#2I'm sure it takes a lot of time and dedication to developing the plugin, and I enjoyed reading the article, but this is not what I was expecting to see.
What would be useful to me though is a list of the top X e-mail contacts I received e-mail from and sent e-mail to the last Y days. I regularly have contact with several people from the same company/brand, and I always are using the search bar on top like: "John Doe something I remembered from the specific e-mail I'm looking for".
So basically I'm not that interested in mails I received from a brand, but I'm more interested in e-mails I received from a specific person.
Gamification would be awesome candy: statistics and graphs on how fast I'm responding to e-mails I receive, etc.
Re: How to Build an Email Client
#3Re: How to Build an Email Client
#4Re: How to Build an Email Client
#5Just installed the plugin, but it was a bit of a disappointment and I just uninstalled it again. The plugin was able to recognize exactly two brands: Google and Google+. Wut? I'm sure it takes a lot of time and dedication to developing the plugin, and I enjoyed reading the article, but this is not what I was expecting to see. What would be useful to me though is a list of the top X e-mail contacts I received e-mail f…
our first product allowed you to create personal and brand icons - we're not there yet with this one. we hacked it together after going down the stand-alone client path for almost a year
I could write about that experience for days (for all you folks dead set on building a new client)
You can actually use Gmail's native features to hack our product to make it more powerful - i'll be posting about that next week...we also plan to gamify. So much to do, so little time.
Stick with us...
Re: How to Build an Email Client
#6Just installed the plugin, but it was a bit of a disappointment and I just uninstalled it again. The plugin was able to recognize exactly two brands: Google and Google+. Wut? I'm sure it takes a lot of time and dedication to developing the plugin, and I enjoyed reading the article, but this is not what I was expecting to see. What would be useful to me though is a list of the top X e-mail contacts I received e-mail f…
But I do agree that it would be great if it also worked for personal email contacts + some form of analytics/gamification. And I also wish it allowed me to group brands together (e.g., so that I can read the various sales newsletters I get once a week in a fire-and-forget kind of way as opposed to having them crowd out my inbox).
I do think that there's a ton of room for innovation in the email client. It makes me sad how slow gmail has gotten over time, and I do think there's a ton of room for more automation, assistance, auto-categorization, etc.
Re: How to Build an Email Client
#7Just installed the plugin, but it was a bit of a disappointment and I just uninstalled it again. The plugin was able to recognize exactly two brands: Google and Google+. Wut? I'm sure it takes a lot of time and dedication to developing the plugin, and I enjoyed reading the article, but this is not what I was expecting to see. What would be useful to me though is a list of the top X e-mail contacts I received e-mail f…
jorgen - we identify brands for the past 30 days, so if you're an inbox zero person, then you won't have many brands to identify our first product allowed you to create personal and brand icons - we're not there yet with this one. we hacked it together after going down the stand-alone client path for almost a year I could write about that experience for days (for all you folks dead set on building a new client) You c…
I don't think people would like to create brand icons manually. If I get a lot of e-mails from john.doe@ah.nl, why not running a separate Node.js instance trying to locate the favicon (and using it to display the logo) by trying known locations, or parsing the HTML; http://ah.nl/favicon.ico
The name of the brand might be easy to fetch by doing a WHOIS lookup. Just a thought...
Re: How to Build an Email Client
#8Node seems like a far better choice for the project than Rails, no hate for RoR from me but Node is pretty much designed for the way email needs to operate.
Re: How to Build an Email Client
#9https://chrome.google.com/webstore/detail/checker-plus-for-g...
Re: How to Build an Email Client
#10Very recently I built a little desktop email client. It was...interesting. And hoary. And fraught. Very interesting though, I think everyone should have a crack at writing a basic SMTP library at some stage just so they appreciate the benevolence of anyone happy enough to sit and go through RFC guidelines. Node seems like a far better choice for the project than Rails, no hate for RoR from me but Node is pretty much…