jmapio / jmap-demo-webmail

Demo JMAP Webmail Client
MIT License
107 stars 20 forks source link

Connect to MS Exchange server? #2

Closed jkleiser closed 8 years ago

jkleiser commented 8 years ago

Can JMAP be used to connect to a MS Exchange server? If yes, could you please give me a hint on how to setup the JMAP.auth.didAuthenticate?

neilj commented 8 years ago

JMAP is a protocol. Exchange does not talk JMAP natively (at least at the moment). The JMAP Proxy provides a JMAP interface to IMAP servers. Some configurations of Exchange support IMAP, so it may be possible to use this.

This project is a demo webmail, which is a JavaScript app that talks to a JMAP server and provides a user interface.