@governa

#Thunderbird roadmap for #iOS: #JMAP support.

#Thunderbird roadmap for #Android: no #JMAP.

wut

If the price is right, the features (+aliasing, threads) and the service does not risk being shutdown after a year, I could totally see myself pay for a #jmap service from #Thunderbird !

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

#email #jmap

https://mailtemi.com/blog/email-viewer/

What It Takes to Render Email

Mailtemi is a JMAP/MS Graph/IMAP email app for iOS, Android, and Web. It supports multiple email accounts, contacts, and calendars.

Was going through some of the #fosdem talks and noticed one on something called #JMAP maintained by #fastmail mainly for managing/syncing contacts and calendars. Is there anything in terms of self hosting a server yet that i can then develop something that will connect to it? I see someone made a nextcloud proxy but i dont really want to spin up a massive nextcloud server just for contacts/calendar. Id like to use it for #mobilelinux so hopefully gnome/kde support it upstream at some point.

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.

#jmap #email #tui #ftxui #markdown