Giter VIP home page Giter VIP logo

jmap-proxy's Introduction

JMAP Proxy

The goal of this project is to implement a spec-compliant JMAP server in PHP. It should be focussed onto the Core and Mail specifications but is not limited to it.

The main difficulty with leveraging JMAP to build modern, responsive E-Mail-Clients is that there are no easy to adapt backend implementations: While it makes sense to implement the protocol within existing IMAP servers like Cyrus and Dovecot from a performance point of view, it often prevents existing setups from adopting JMAP as they may not easily switch their IMAP server setup, if they have access to it at all. After all, this also prevents commonly-used self-hosted webmail clients like Roundcube from broadly adopting JMAP.

By implementing the JMAP layer using PHP, this project makes JMAP more accessible to the community and makes it easy to use the protocol for use-cases outside the focus of a mail server, for example sharing files within a groupware.

Getting started

There is still a lack of documentation on how to use the code. Until it is done, start by running a local PHP server:

php -d opcache.enable=0 -S localhost:9010 -t public_html public_html/index.php

See Core/README.md for an overview of the internals of JMAP and this library!

Authors

See AUTHORS

License

See LICENSE

jmap-proxy's People

Contributors

barnslig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jmap-proxy's Issues

Error 500

Hi,

Cloning this repo, launch with php -d opcache.enable=0 -S localhost:9010 -t public_html public_html/index.php ok, but when I try to connect, I have this error:

PHP Warning:  require_once(/mail/jmap/jmap-proxy/public_html/../vendor/autoload.php): failed to open stream: No such file or directory in /mail/jmap/jmap-proxy/public_html/index.php on line 21

PHP Fatal error:  require_once(): Failed opening required '/mail/jmap/jmap-proxy/public_html/../vendor/autoload.php' (include_path='.:/usr/share/php') in /mail/jmap/jmap-proxy/public_html/index.php on line 21

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.