Live data from Hacker News

Show HN: Mimestream, a native macOS email client for Gmail

mimestream.com

221–230 of 289 posts

Re: Show HN: Mimestream, a native macOS email client for Gmail

#221

Earlier quoted context omitted.

When I was still on Gmail in 2012 or so (?) I really really loved that app! Actually, I’d easily pay $25 or even more for a similar app, for Fastmail.

Mailmate at https://freron.com/ is fantastic. My only gripe is that it is Mac-only, so I can't use it on my work desktop. (linux)

what do you use on linux?

Re: Show HN: Mimestream, a native macOS email client for Gmail

#222

Earlier quoted context omitted.

This looks great!! It's beautiful and lightening fast. I would definitely pay for this. Except for one thing. It doesn't seem to support priority inbox, which is critical to my workflow. My currently gmail inbox looks like this: in:inbox is:important is:unread in:inbox -l:important -is:updates -is:promotions -is:social in:inbox -l:important (is:updates OR is:social) in:inbox -l:important is:promotions in:inbox is:imp…

Great feedback – I've gotten this request a lot today. It's been something I've always planned on doing, but based on the popularity of this request, this is a lot higher up on the list now.

Installed it but really miss the same categories as above! hopefully this can be added soon.

Re: Show HN: Mimestream, a native macOS email client for Gmail

#223
This looks great! Just a note that I signed up from my phone but couldn't go through with the direct download. When I tried again from my laptop I got an error[0].

Would have been useful to be able to reuse my email address from desktop but using a different email seemed to work fine.

[0] https://static.ritza.co/uploads/mimestreamerror2.png

Re: Show HN: Mimestream, a native macOS email client for Gmail

#224
post #2

Hi HN! In the past, I spent over 7 years working on Apple Mail, and today I am really excited to share a new email client I'm building: Mimestream, a native macOS email client for Gmail. Mimestream is written in Swift, and uses AppKit+SwiftUI for a clean, stock appearance. It's designed to be fast, lightweight, and use a minimal amount of disk space. Mimestream's advantages over using the Gmail web interface includes…

We do still have to trust you though right njhaveri? If I understand it correctly this is a closed source app with unlimited access to GMail.

How can users be sure that it doesn't do stuff that you say it doesn't or that you are who you say you are, considering "Mimestream LLC" only has an email address and your HN profile has only ever posted about this one app?

Hope that's not too aggressive :) legitimately curious if this is something that you've thought about or if you are planning on gaining reputation over time to the point where people will click through the scary "This app can delete all of your gmails" warning.

Re: Show HN: Mimestream, a native macOS email client for Gmail

#228
post #35

Earlier quoted context omitted.

This is doable via a shell script (+ pandoc): # 1. Put markdown on clipboard # 2. Convert to hex out=$(pbpaste | pandoc -f markdown -t html -s | hexdump -ve '1/1 "%.2x"') # 3. Convert to an applescript data class osascript -e "set the clipboard to «data HTML${out}»" # 4. Paste rich HTML You can use something like Alfred or Keyboard Maestro to trigger that script with a keyboard shortcut.

Very clever! Thanks for sharing! As a programmer, having native markdown support in the app is something I wish for almost every day (especially for code blocks). It's something I plan to add.

That would for sure get me to pay for it tbh never even thought of that as a feature

Re: Show HN: Mimestream, a native macOS email client for Gmail

#230
post #63

Earlier quoted context omitted.

This is a great point: "There are no intermediary servers with access to your account or copies of your messages." A number of popular email clients use intermediary servers and that's a complete deal breaker for me. I'd argue that should be a deal breaker for almost anyone. I'm not a security expert, but as far as I can tell, for most people the single biggest security vulnerability is an attacker gaining access to…

I never quite understood what the value add was for email-client developers to use intermediary servers. Is it to gather usage telemetry or something else?

It turns the app into a service which might require an ongoing fee, which is revenue.
Post reply on HN