#Thunderbird roadmap for #iOS: #JMAP support.
#Thunderbird roadmap for #Android: no #JMAP.
wut
Every 15 minutes, your email client asks: 'Any new mail?'
That is how IMAP works. Polling. Wasting battery. Missing urgent emails.
Nubo.Email uses JMAP push:
→ Server notifies client instantly
→ WebSocket connection stays open
→ Zero polling, zero delay
→ Better battery life
Email should arrive like a message, not a newspaper.
#email #realtime #websocket #technology #jmap
3 things JMAP does that IMAP cannot:
1. Push notifications — emails arrive instantly, no polling every 15 minutes
2. Bandwidth efficiency — sends only changes, not entire messages
3. Stateless connections — perfect for mobile, works across network switches
This is why we built Nubo.Email on JMAP.
#jmap #imap #email #webdev #api
3 things JMAP does that IMAP cannot:
1. Push notifications — emails arrive instantly, no polling every 15 minutes
2. Bandwidth efficiency — sends only changes, not entire messages
3. Stateless connections — perfect for mobile, works across network switches
This is why we built Nubo.Email on JMAP.
#jmap #imap #email #webdev #api
IMAP was designed in 1986. 40 years later, most email still runs on it.
JMAP is the modern replacement:
→ Real-time push (no polling)
→ Instant sync across devices
→ Native threading
→ 90% less bandwidth
→ Better mobile battery life
Nubo.Email is built on JMAP from day one.
#jmap #email #imap #technology #devops
Most email platforms charge per user. We think that's broken.
Nubo.Email charges organizations for storage — not seats. Create as many users as you need.
One platform. Email, Calendar, Chat, Video, Drive, Contacts.
Built on JMAP — the modern replacement for IMAP.
#email #saas #startup #productivity #jmap #nubo
Displaying email sounds simple — it's just HTML. But real-world email is nothing like a web page.
Broken layouts, missing dark mode, tracking pixels, formatting from 2005. Making it readable takes more work than expected.
What it takes:
🔍 Pinch-to-zoom for tiny text & tables
🌙 Smart dark mode that respects sender styles
🚫 Tracking prevention — pixels, fonts & CSS blocked
📝 Markdown view — strip the clutter, just read
⚡ Instant rendering, no blank flash
Open-sourced MarkdownFTXUI — a C++ library for rendering and editing Markdown in the terminal, built on FTXUI.
Built it for a TUI email client I'm working on. Now it's on GitHub if anyone finds it useful.
https://github.com/zvasilev/MarkdownFTXUI
Fun fact: the screenshot shows the FTXUI maintainer's merge notification — rendered by the library itself.