定制 horde/mail 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

horde/mail

最新稳定版本:v3.0.0RC1

Composer 安装命令:

composer require horde/mail

包简介

Mail library

关键字:

README 文档

README

Email address parsing (RFC 5322), mail transport, and mbox parsing (RFC 4155).

Part of the Horde framework.

Installation

composer require horde/mail

Upgrading

See doc/UPGRADING.md for API changes between releases and a full migration guide from the legacy lib/ classes to the modern src/ API.

Collaborator libraries

Package Role
horde/stream Typed stream wrappers (StreamInterface, Temp) used by transports and mbox parser
horde/smtp SMTP/LMTP protocol client used by SmtpTransport and LmtpTransport (optional)
horde/eventdispatcher PSR-14 event dispatcher for parser observability
horde/idna Internationalized domain name encoding
horde/mime MIME header encoding/decoding (legacy lib/ dependency)
horde/socket_client TCP socket abstraction used by horde/smtp (optional)

Relevant RFCs

  • RFC 5322 — Internet Message Format (address syntax)
  • RFC 6532 — Internationalized Email Headers (EAI)
  • RFC 2047 — MIME Message Header Extensions (encoded words)
  • RFC 4155 — The application/mbox Media Type
  • RFC 5321 — Simple Mail Transfer Protocol

License

BSD-2-Clause. See LICENSE.

统计信息

  • 总下载量: 6.26k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 2
  • 依赖项目数: 25
  • 推荐数: 6

GitHub 信息

  • Stars: 2
  • Watchers: 6
  • Forks: 13
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2023-10-26