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.
- Host: GitHub
- URL: https://github.com/conjoon/conjoon
- Owner: conjoon
- License: mit
- Created: 2017-04-14T12:53:54.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T16:17:43.000Z (about 2 years ago)
- Last Synced: 2025-04-21T02:05:57.323Z (11 months ago)
- Topics: docker, email, extjs, javascript, l8js, laravel, lumen, microservice, php, sencha, webmail
- Language: JavaScript
- Homepage: https://conjoon.org
- Size: 6.35 MB
- Stars: 39
- Watchers: 3
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
conjoon
⚡ 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.

## 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)