Replies: 1 comment
-
JMAP explicitly excludes e2e support, I don't think it's an option for us |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://datatracker.ietf.org/wg/jmap/about/
https://datatracker.ietf.org/wg/jmap
https://github.com/jmapio/jmap
JMAP (JSON Meta Application Protocol) is a protocol used for email and other data synchronization. It aims to replace traditional protocols like IMAP (Internet Message Access Protocol) and similar ones, providing a more efficient and modern way to access data. JMAP uses JSON format for data exchange, making the protocol easier to understand and use.
Key Features of JMAP:
JSON-Based: JMAP uses JSON as its data format, which makes it easier to integrate with modern web applications.
Efficient Synchronization: JMAP is designed for efficient data synchronization, reducing unnecessary data transfer and supporting incremental updates.
RESTful Design: JMAP follows a RESTful architectural style, using HTTP/HTTPS for communication and supporting standard HTTP methods (such as GET, POST, PUT, DELETE).
Multiple Data Types: In addition to email, JMAP can be used to synchronize other types of data, such as contacts and calendar events.
State Management: JMAP allows clients to track the state of data, supporting more complex operations like batch processing and transactions.
Use Cases for JMAP:
In summary, JMAP is a modern protocol designed to enhance the efficiency and flexibility of data synchronization, catering to the needs of today's internet applications.
Beta Was this translation helpful? Give feedback.
All reactions