t3/mbox
Composer 安装命令:
composer require t3/mbox
包简介
TYPO3 CMS backend module to view mbox file contents, like an email client.
README 文档
README
TYPO3 CMS backend module to view mbox file contents, like an email client.
This extension has been supported by Institut der deutschen Wirtschaft Köln Medien GmbH
Screenshots
Inbox view
Detail view (with HTML output)
Detail view (with attachments)
Features
- Simple web mail client for emails stored in local mbox file
- Configurable pagination
- Possibility to disable the backend module
- Support for very large mbox files
- HTML and text viewer
- Download attachments separately
- Download whole mail message as EML file (e.g. for Microsoft Outlook)
- Clear mbox (delete all mails) action
- Provides RFC 4155 compliant mbox mail transport (
T3\Mbox\MboxTransport)
Requirements
- TYPO3 12.4 LTS or 13.4 LTS
- PHP >=8.2
Notice: For TYPO3 11.5 LTS support checkout version 2.1.
Installation
Just install the extension, like any other TYPO3 CMS extension.
Link to TER: https://extensions.typo3.org/extension/mbox
For Composer, you can use:
composer require t3/mbox
Configuration
To make EXT:mbox work you need to configure the TYPO3 mail configuration to use mbox, like this:
<?php $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport'] = 'T3\Mbox\MboxTransport'; $GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_mbox_file'] = '/var/www/html/path/to/mbox-file.mbox';
If you have different transport configured, the backend module will display an error notice.
Extension Settings
In extension settings (under Admin Tools > Settings > Extension Configuration) you have two options:
Mails per page
The amount of mails being displayed per page. Default: 10
Debug mode
For debugging and testing purposes, there is a Symfony command shipped, which becomes only available, when you enable the debug mode in Extension configuration.
Don't forget to clear all caches from install tool, after enabling the debug mode.
The command got the name mbox:testmails:send and will send four test mails (with/without attachments).
Dev Environment
The extension repository provides a DDEV environment to develop on EXT:mbox locally in TYPO3 12 and 13. You find more information here.
Minimum instructions
ddev start ddev install-all
- Overview: https://mbox.ddev.site/
- TYPO3 12 Backend: https://v12.mbox.ddev.site/typo3/
- TYPO3 13 Backend: https://v13.mbox.ddev.site/typo3/
- Username:
admin - Password:
Password:joh316(also in install tool)
Links
t3/mbox 适用场景与选型建议
t3/mbox 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 18.59k 次下载、GitHub Stars 达 5, 最近一次更新时间为 2022 年 11 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「mail」 「email」 「typo3」 「Viewer」 「mbox」 「mail viewer」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 t3/mbox 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 t3/mbox 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 t3/mbox 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Set Links with a specific language parameter
TYPO3 CMS extension to create gallery content element with preset crop ratios and pagination
Courier offers a convenient and painless solution for creating emails tailored for your Kirby website.
An interactive tour through the TYPO3 backend.
Mail libraries used by Zimbra Api
Extensible library for building notifications and sending them via different delivery channels.
统计信息
- 总下载量: 18.59k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 19
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-11-02



