Hacker News new | ask | show | jobs
by sbinthree 3044 days ago
I want webmail that is ruthlessly simple. I don't care about: flags, importance, message status, categories, conversations, etc. Just show me the sender, subject line and date and when I click it, the message. I wish there was more/better scripting / automation tools (ie. if contains "unsubscribe" then archive). Basically I want Gmail but faster load time and better "rules".
2 comments

That sounds like most the old webmail clients of yesteryear, except for speed. Squirrelmail was pretty bare bones, but worked. Beating Gmail for speed is going to be hard unless you work with some non-traditional backing storage.

If you really, really want speed, simplicity (beyond initial learning curve at least) and access, getting access to a host that allows shell access, has mutt and screen or tmux installed, and accepts mail delivery would hit all your points as long as a SSH session is doable. Screen/tmux keep the client open when you are disconnected to speed (no need to scan a few hundred MB or couple GB of messages in mbox or Maildir format), and mutt will be as fast and configurable as you can imagine (plus you generally get procmail).

If you're actually interested in that and don't want to run your own mail server, sonic.com (used to be sonic.net) has free shell accounts for customers, and they have non internet services you can sign up for still I think (such as hosting). In any case, you can just call or email support and tell them you are looking for a shell account to read your email and they might hook you up with a shell account for a couple bucks a month.

Would you consider a desktop client if it gave you that? I also want simplicity, but synced to my hard drive.