Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email viewer and sender only #323

Open
j-lee8 opened this issue Sep 25, 2019 · 1 comment
Open

Email viewer and sender only #323

j-lee8 opened this issue Sep 25, 2019 · 1 comment
Assignees

Comments

@j-lee8
Copy link

j-lee8 commented Sep 25, 2019

Is it possible to use just the email viewer/sender for the front-end? We have our own API to deal with sending/receiving emails so just require a front-end. Apologies if this isn't the right place to post as I'm not sure where else it could be asked.

Thanks all!

@manusa
Copy link
Owner

manusa commented Sep 29, 2019

Hi @JavaJamie,

Don't quite understand what you really need.

If you want to use the complete front-end part without the server you have at least 2/3 options (all of them require some work). Similar to #203.

  1. Unrecommended Fork the front-end and adapt/modify the API requests so they match your protocol.
  2. Recommended Develop a new microservice that consumes your protocol/API and bridges it to Isotope's API: [client]->[yourServerImpl]->[yourAPI]
  3. Additionally, you can create some other service which bridges your API to an IMAP protocol (See DavMail for an IMAP to Exchange example): [client]->[server]->[yourIMAPtoYourAPIBridge]->[yourAPI]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants