Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmapio/jmap-perl
JMAP Proxy implemented in Perl
https://github.com/jmapio/jmap-perl
Last synced: 5 days ago
JSON representation
JMAP Proxy implemented in Perl
- Host: GitHub
- URL: https://github.com/jmapio/jmap-perl
- Owner: jmapio
- License: mit
- Created: 2015-02-01T04:52:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T15:29:15.000Z (5 days ago)
- Last Synced: 2024-11-03T16:26:10.004Z (5 days ago)
- Language: JavaScript
- Size: 836 KB
- Stars: 152
- Watchers: 18
- Forks: 22
- Open Issues: 18
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-starred - jmapio/jmap-perl - JMAP Proxy implemented in Perl (others)
README
Perl JMAP Proxy Server
======================This is a simple implementation of a proxy server for the JMAP protocol as
specified at http://jmap.io/At the backend, it talks to IMAP and SMTP servers to allow placing a JMAP
interface on top of a legacy mail system.For efficiency reasons, this initial implementation requires that all servers
support the CONDSTORE extension, (RFC4551/RFC7162).A separate backend for Gmail is provided, because Gmail has native server-side
thread support, meaning that threading does not need to be calculated locally.