







JMAP is the open protocol that replaces IMAP (and CardDAV and CalDAV). It’s faster, simpler, more powerful, and built for how email works today.
We’re Making Email More Modern With JMAP
The specifications for JMAP have been published by the Internet Engineering Task Force (IETF), marking a big victory for email tools now and in the future.

forwardemail/caldav-adapter
CalDAV server for Node.js and Koa. Modernized and maintained for @forwardemail
Gmail API overview | Google for Developers
The Gmail API is a RESTful API that can be used to access Gmail mailboxes and send mail. For most web applications the Gmail API is the best choice for authorized access to a user's Gmail data and is suitable for various applications, such as:

better-email | sTeam Public
What i find interesting about this article is not the realization that MPI is like email, but the reverse, that human collaboration using messages is like MPI. The suggestion to use SMTP as a transport for things much more complex than emails is something worth looking at. It relates to my belief that the instant messaging difference does not come from the new protocols like XMPP for jabber, but from the new client interface that facilitates short messages in a conversational style. SMTP is equally (if not more) capable of transporting these messages. Sure, SMTP is not designed for "instant" messaging. but todays use of SMTP where my local SMTP server talks directly to your SMTP server, makes email is just as instant.
Home - maddy
Maddy Mail Server implements all functionality required to run a e-mail server. It can send messages via SMTP (works as MTA), accept messages via SMTP (works as MX) and store messages while providing access to them via IMAP. In addition to that it implements auxiliary protocols that are mandatory to keep email reasonably secure (DKIM, SPF, DMARC, DANE, MTA-STS).
MessagePack: It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
All-Purpose Machines
HyperMap is a new format for REST APIs that lets you execute JavaScript and WebAssembly on the client. This gives you access to modern Web APIs like WebSockets or fetch to build APIs that can dynamically update with asynchronous or streaming data, or even push whole computations closer to the data.
mattt/iMCP
A macOS app that provides an MCP server to your Messages, Contacts, Reminders and more
mattt/iMCP
A macOS app that provides an MCP server to your Messages, Contacts, Reminders and more
oauth-client-metadata.json | AT Protocol Community Wiki
A community-maintained wiki for the AT Protocol ecosystem
Protocols for Publishers Showcase · Luma
Protocols for Publishers is an event and workshop series that brings together publishers, developers, and researchers to explore open protocols for a…
Alex Albert on Twitter / X
Introducing the Model Context Protocol (MCP)An open standard we've been working on at Anthropic that solves a core challenge with LLM apps - connecting them to your data.No more building custom integrations for every data source. MCP provides one protocol to connect them all: pic.twitter.com/kYsivQyPDq— Alex Albert (@alexalbert__) November 25, 2024

A Conflict-Free Replicated JSON Datatype
Many applications model their data in a general-purpose storage format such as JSON. This data structure is modified by the application as a result of user input. Such modifications are well understood if performed sequentially on a single copy of the data, but if the data is replicated and modified concurrently on multiple devices, it is unclear what the semantics should be. In this paper we present an algorithm and formal semantics for a JSON data structure that automatically resolves concurrent modifications such that no updates are lost, and such that all replicas converge towards the same state (a conflict-free replicated datatype or CRDT). It supports arbitrarily nested list and map types, which can be modified by insertion, deletion and assignment. The algorithm performs all merging client-side and does not depend on ordering guarantees from the network, making it suitable for deployment on mobile devices with poor network connectivity, in peer-to-peer networks, and in messaging systems with end-to-end encryption.
I think you’ll find that building on Solid is challenging and it’s missing many things. I’ve been looking at JMAP jmap.io for the core if contacts, calendars, emails, notes, todos are the base. And yeah @joodaloop.com your visuals look great.