conjoon/lumen-app-email
Composer 安装命令:
composer create-project conjoon/lumen-app-email
包简介
A backend service for IMAP/SMTP email messaging.
README 文档
README
Backend service for IMAP/SMTP email messaging.
What is lumen-app-email?
conjoon/lumen-app-email is a standalone PHP🐘 application built with Lumen. It provides a backend for Email messaging according to https://github.com/conjoon/rest-api-description and serves endpoints for reading, writing and sending email messages with IMAP/SMTP.
lumen-app-email has minimal footprint and is easy to install.
Installation
$ composer create-project conjoon/lumen-app-email htdocs "1.*"
Please refer to the official documentation of lumen-app-email for further information on installation and configuration.
Features
lumen-app-email follows a service oriented approach. Services are easily replaceable with the help of upfront DI configurations and related bindings.
Use lumen-app-email, if you...
- need a fully functional middleware for communicating with IMAP / SMTP servers
- want to provide webmail solutions with various authentication methods, such as
- domain-specific sign-in to IMAP accounts, orchestrated by the server
- connecting to IMAP accounts solely configured by the users
- are looking for an email messaging solution with minimal footprint that's easy to distribute
- require a headless, service oriented standalone application in your infrastructure that can also be run frontend agnostic
API Examples
# Return a list of available MailAccounts for the requesting client GET /MailAccounts HTTP/1.1 Content-Type: application/json Authorization: Basic Y29uam9vbjpIZWxsb1dvcmxk Host: hostname # Return the envelope data of the first 50 MessageItems w/o previewText of the INBOX mailbox # for the MailAccount identified by "gmail" GET /MailAccounts/gmail/MailFolders/INBOX/MessageItems?start=0&limit=50&attributes=*,previewText HTTP/1.1 Content-Type: application/json Authorization: Basic Y29uam9vbjpIZWxsb1dvcmxk Host: hostname # Return the email identified with the uid 4356 of the INBOX mailbox for the MailAccount identified by "gmail" GET /MailAccounts/gmail/MailFolders/INBOX/MessageItems/4356 HTTP/1.1 Content-Type: application/json Authorization: Basic Y29uam9vbjpIZWxsb1dvcmxk Host: hostname
Backend API documentation
For the list of endpoints this service provides, please refer to the
OpenApi-documentation of rest-api-email, available as OpenAPI documentation at conjoon.stoplight.io
Additional Notes
Official Documentation
The official documentation can be found at the project page for conjoon. This documentation is in line with the offical project page.
WIP
lumen-app-email is a work in progress. We are constantly improving the API and strive for a RESTful implementation. You can follow us on Github for updates related to this and other related projects.
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.
conjoon/lumen-app-email 适用场景与选型建议
conjoon/lumen-app-email 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 205 次下载、GitHub Stars 达 4, 最近一次更新时间为 2022 年 05 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 conjoon/lumen-app-email 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 conjoon/lumen-app-email 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 205
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-05-12