conjoon / lumen-app-email by thorstensuckow

A backend service for IMAP/SMTP email messaging.
72
3
2
Package Data
Maintainer Username: thorstensuckow
Maintainer Contact: thorsten@suckow-homberg.de (Thorsten Suckow-Homberg)
Package Create Date: 2019-07-06
Package Last Update: 2024-02-05
Home Page: https://www.conjoon.org/docs/api/backends/@conjoon/lumen-app-email
Language: PHP
License: MIT
Last Refreshed: 2024-05-07 03:01:40
Package Statistics
Total Downloads: 72
Monthly Downloads: 2
Daily Downloads: 0
Total Stars: 3
Total Watchers: 2
Total Forks: 1
Total Open Issues: 13

conjoon/lumen-app-email MIT Tests

Microservice for IMAP operations.

About

conjoon/lumen-app-email is a PHP application built with Lumen. It provides the REST API implementation according to conjoon/rest-api-description#rest-api-email and serves as a functional webmail-backend for IMAP operations.

Available REST API endpoints

  • rest-api-email For the list of endpoints this microservice provides, please refer to the OpenApi-documentation of rest-api-email, hosted at conjoon/rest-api-description.

Installation

$ git clone https://github.com/conjoon/lumen-app-email
$ cd ./lumen-app-email
$ composer i

The official Lumen-documentation has guides on setting up a webservers running a Lumen application.

Configuration

Please refer to the official documentation of lumen-app-email for further information on installation and configuration.

Additional Resources

Official Docker Container

conjoon/ddev-ms-email provides a .ddev/Docker configuration for a container running lumen-app-email out-of-the-box.

Troubleshooting

Composer 2.0 - Pear/Horde vows

As of v1.0.1, php-lib-conjoon no longer requires Composer 1.* for installation. For Composer 2.*-compatibility, php-lib-conjoon relies on the following private composer package repository:

https://horde-satis.maintaina.com

This repository is mentioned in THIS package's composer.json This repository is also mentioned in the composer.json-file of horde/horde_deployment.