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…
Show HN: Mimestream, a native macOS email client for Gmail
41–50 of 289 posts
Re: Show HN: Mimestream, a native macOS email client for Gmail
#42- Snooze
- Scheduled Send
- Undo send
- Missing attachment warnings ("you said see attached but have no attachments, did you mean to attach something?")
Re: Show HN: Mimestream, a native macOS email client for Gmail
#43I have been using the gmail web app exclusively for one reason: I use the following Chrome Plugin to convert Markdown to HTML emails: https://chrome.google.com/webstore/detail/markdown-here/?hl=... Did you ever consider adding a Markdown to HTML email option? This is especially helpful when sending formatted code around!
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.
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.
Re: Show HN: Mimestream, a native macOS email client for Gmail
#44The application itself looks absolutely amazing, and the authors should be commended for it. That said, the FAQ mentions that the for-profit model is designed to avoid ads in the client and to "take a strong stance on privacy", which is a little bit disingenuous given that the client exclusively relies on an email service provided by the world's largest advertiser and email data miner. Yes, Mimestream itself isn't us…
> In order to build a sustainable business that can continue to innovate and improve our products, Mimestream will eventually transition to being a paid app. Come on, they're explicitly saying that they're charging for the service. It's pretty clear that when they're talking about privacy the caveat is that they won't suck your data into another sink (them) _other than google itself_, being the provider of gmail and…
I'm not saying they're playing word games. I'm saying the strong ethical stance on privacy is diluted by the underlying service they built their product on.
If I built a new automobile refueling station that dispensed diesel and gasoline, but used the fact that the pumps themselves ran on solar energy to claim "I strongly believe in 100% renewable energy", well yes, in one way you're living up to your ideals, but in another larger way, you're really not.
Re: Show HN: Mimestream, a native macOS email client for Gmail
#45Earlier quoted context omitted.
Hi, i browsed through the website but didn’t find a comprehensive comparison with Apple Mail. Why not just using the default macOS email client?
There are two main differences: 1. Mimestream uses the Gmail API (instead of IMAP), so it supports more Gmail features: Gmail categorized inboxes, first-class labeling support (apply multiple, change color, etc), use all the Gmail aliases you have set up, use the signatures you set up in Gmail, and conduct server-side searches with Gmail search operators. A lot more is coming on this front, as the app is still in dev…
Re: Show HN: Mimestream, a native macOS email client for Gmail
#46Looks great. Missing 4 Gmail features that I dearly miss from the web UI: - Snooze - Scheduled Send - Undo send - Missing attachment warnings ("you said see attached but have no attachments, did you mean to attach something?")
Unfortunately, Gmail API support is lacking for Snooze: https://issuetracker.google.com/issues/109952618, but I will eventually add the ability to do a Mimestream-local snooze (which makes more sense once there is an iOS companion app)
Same for Scheduled Send, see https://issuetracker.google.com/issues/140922183 :(
Re: Show HN: Mimestream, a native macOS email client for Gmail
#47Looks great. Missing 4 Gmail features that I dearly miss from the web UI: - Snooze - Scheduled Send - Undo send - Missing attachment warnings ("you said see attached but have no attachments, did you mean to attach something?")
Undo Send is definitely planned! The missing attachment warning is a great idea, I just added this to the backlog. Unfortunately, Gmail API support is lacking for Snooze: https://issuetracker.google.com/issues/109952618 , but I will eventually add the ability to do a Mimestream-local snooze (which makes more sense once there is an iOS companion app) Same for Scheduled Send, see https://issuetracker.google.com/issues/…
Re: Show HN: Mimestream, a native macOS email client for Gmail
#48Hi 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…
Screenshot on homepage shows Finder menubar, although the app is active. Looks a bit off.
Re: Show HN: Mimestream, a native macOS email client for Gmail
#49Earlier quoted context omitted.
Undo Send is definitely planned! The missing attachment warning is a great idea, I just added this to the backlog. Unfortunately, Gmail API support is lacking for Snooze: https://issuetracker.google.com/issues/109952618 , but I will eventually add the ability to do a Mimestream-local snooze (which makes more sense once there is an iOS companion app) Same for Scheduled Send, see https://issuetracker.google.com/issues/…
Thanks for the prompt reply. Will Mimestream-local snooze necessitate introducing an intermediate server to track across platforms, or will you use something like iCloud sync to keep track?
Re: Show HN: Mimestream, a native macOS email client for Gmail
#50I miss some things, like keyboard shortcuts for jumping to a specific label, superstars, search items suggestion (for specific GMail filters like has:attachment), but overall this is really good, and honoring the label colors is an excellent touch.
Some more advanced features that come to mind would be multiple tabs, deeper Calendar integration to display inline your schedule when receiving .ics attachment.
What will the pricing model be?