studiomitte/powermail-export-assets

Export assets

Installs: 505

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

dev-main 2022-05-24 06:51 UTC

This package is auto-updated.

Last update: 2024-04-24 10:42:45 UTC


README

Enhance EXT:powermail to export attachments in the backend module by xclassing the original implementation.

Requirements

  • Composer
  • TYPO3 9-11
  • EXT:powermail 7.2-9.9

Usage

Install with composer req studiomitte/powermail-export-assets and done.

Using PHP 8

Currently the library to create the zip files is not fully compatible with PHP8. This can be fixed by appyling the patch file found in Resources/Private/Patches/php8-alchemy-zippy.patch.

 "patches": {
      "alchemy/zippy": {
        "php8 notices": "patches/php8-alchemy-zippy.patch"
      }
    }

Credits

This extension was created by Georg Ringer for Studio Mitte, Linz with ♥.

Find more TYPO3 extensions we have developed that provide additional features for TYPO3 sites.