承接 t3/mbox 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

t3/mbox

最新稳定版本:3.0.2

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

IW Medien

Screenshots

Inbox view

EXT:mbox Inbox view

Detail view (with HTML output)

EXT:mbox detail view (with HTML output)

Detail view (with attachments)

EXT:mbox 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

Links

统计信息

  • 总下载量: 10.73k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 5
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2022-11-02