An open API service indexing awesome lists of open source software.

https://github.com/conjoon/conjoon

JavaScript email client.
https://github.com/conjoon/conjoon

docker email extjs javascript l8js laravel lumen microservice php sencha webmail

Last synced: 11 months ago
JSON representation

JavaScript email client.

Awesome Lists containing this project

README

          


conjoon


conjoon



MIT
MIT



⚡ lightweight, feature rich open source JavaScript email client.


💅 SOA with clear separation between the frontend and the backend


🍋 easy to install and to configure.


👨‍🏫 well documented APIs makes it easy to extend and adopt functionality.

![conjoon](http://www.conjoon.org/img/screens/3.png)

## Quick Start ⏱

Install [Node.js](https://nodejs.org/en/download) and create a new **conjoon** site:

```bash
npx create-conjoon@latest target_folder
```

Follow the instructions on screen, and refer to [the docs](https://www.conjoon.org/docs/api/misc/@conjoon/create-conjoon) for more information on how to use **create-conjoon**.

## Features 🎁

The Frontend is a **highly extendable and configurable** JavaScript application **requiring only a webserver capable of serving static files**

The UI is able to manage **multiple email accounts** at once - no switching between instances required

The Backend is an **easy to install** [Lumen/Laravel](https://lumen.laravel.com/.org) application

IMAP / SMTP protocol implementations for **all relevant** email operations

[REST API documentation](/docs/rest-api/overview) available as OpenAPI documentation

**conjoon** is released under the [MIT license](https://github.com/conjoon/conjoon/blob/main/LICENSE.txt).

## Installation

Please see the [documentation](https://conjoon.org/docs) at [conjoon.org](https://conjoon.org).

### Available backends for Production
* [lumen-app-email](https://github.com/conjoon/lumen-app-email)

**lumen-app-email** is a microservice that provides a [Lumen/ddev](https://lumen.laravel.com) application with access
to the [rest-imap/rest-imapuser](https://github.com/conjoon/rest-api-description) API for IMAP servers. It can
be used as a standalone server.

For more information on available backends and how to use them with **conjoon**, see our [backend guide](https://conjoon.org/backends/overview).

## Staying informed 📰

- [GitHub](https://github.com/conjoon/conjoon)
- [Twitter](https://twitter.com/conjoon)