This is the kind of app idea that immediately makes sense if you’ve ever had to do email on trash internet. Optimizing for bad Wi-Fi is way more useful than chasing another layer of polish.
Show HN: BAREmail – minimalist Gmail client for bad WiFi
31–40 of 49 posts
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#32Lovely app and it’s a shame that Google hasn’t created a better solution for oauth CLI apps.
thanks! totally agree on the the Google OAuth...it's not the end of the world, but certainly not the most user friendly to need to create a GCP project and create an OAuth client just to get your own Gmail API access!
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#33Earlier quoted context omitted.
Email isn't a protocol. SMTP, POP, IMAP, JMAP are protocols. GMail requires you to enable IMAP/POP to use it and uses proprietary auth protocol or use unsafe application passwords. GMail IMAP also has a bunch of IMAP extensions that are unique to GMail. Point is - primary interface to GMail is REST API that is (again) unique to GMail.
Fastmail was developing JMAP for a while, it's not gotten a lot of uptake (mostly because Fastmails primary mail partners like Gmail, AOL, Yahoo and Hotmail are all 20 year old legacy dot com companies...did Microsoft spend all day trying to get Fairchild Semiconductor to play nice with them? No, they did a worse is better DOS and the rest is history). But email is a least common denominator, and like how plan9 faile…
Pretty sure it's because MS wants you to use Outlook New (New) New and Google wants you to use their web interface. Nothing to with them being old, but everything to do with owning as much of your data as possible and have as many opportunities to show you ads as possible.
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#34I also habitually want to open a new GMail tab to check for new email, but waiting for the heavy webapp to load takes forever. So a simple client-side only app which calls the gmail api for the top 20 emails and allows to search (so find the email and then leave that tab open) works great
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#35I made a version of this also bare gmail API -- not that I can't use imap but I often have emails related to tasks I want to keep open. But if I have many GMail tabs open, it kills my ram. I also habitually want to open a new GMail tab to check for new email, but waiting for the heavy webapp to load takes forever. So a simple client-side only app which calls the gmail api for the top 20 emails and allows to search (s…
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#36I really want a fast multi-email client that can easily show full contact history in a sidebar. Any options out there? Em Client does this, but it is buggy and/or slow. No such Thunderbird plugins exist, either.
Yes, Marco does this (disclaimer, I'm the solo founder): https://marcoapp.io Contacts populate alongside email threads in search results. If you click on a contact, it will take you to a dedicated contact screen with every thread you've ever had with that contact, as well as every attachment they've ever sent you.
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#37This is the kind of app idea that immediately makes sense if you’ve ever had to do email on trash internet. Optimizing for bad Wi-Fi is way more useful than chasing another layer of polish.
thank you! honestly gmail, superhuman, etc. should all just have "bad wifi mode" but until they do, might as well vibe code an open source alternative!
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#38I made a version of this also bare gmail API -- not that I can't use imap but I often have emails related to tasks I want to keep open. But if I have many GMail tabs open, it kills my ram. I also habitually want to open a new GMail tab to check for new email, but waiting for the heavy webapp to load takes forever. So a simple client-side only app which calls the gmail api for the top 20 emails and allows to search (s…
also the nice thing about making personal apps is I can make it entirely keyboard shortcut oriented and harcode the vimium like navigation (f, then modals pop up, then click to go to that email). I got the loading down time to feel instant
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#39Earlier quoted context omitted.
thank you! honestly gmail, superhuman, etc. should all just have "bad wifi mode" but until they do, might as well vibe code an open source alternative!
Gmail used to have a lightweight fallback but they shut it down relatively recently (couple of years I think).
Re: Show HN: BAREmail – minimalist Gmail client for bad WiFi
#40Earlier quoted context omitted.
Yes, Marco does this (disclaimer, I'm the solo founder): https://marcoapp.io Contacts populate alongside email threads in search results. If you click on a contact, it will take you to a dedicated contact screen with every thread you've ever had with that contact, as well as every attachment they've ever sent you.
Marco looks really nice! would you consider open sourcing it?