PHPackages                             visol/powermail-exportperms - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. visol/powermail-exportperms

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

visol/powermail-exportperms
===========================

Powermail Export Permissions

4.0.1(9mo ago)05.1k↓87.8%1GPL-2.0-or-laterHTMLCI failing

Since Feb 2Pushed 9mo ago5 watchersCompare

[ Source](https://github.com/visol/ext-powermail_exportperms)[ Packagist](https://packagist.org/packages/visol/powermail-exportperms)[ Docs](https://github.com/visol/ext-powermail_exportperms)[ RSS](/packages/visol-powermail-exportperms/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (2)Versions (10)Used By (0)

Powermail Export Permissions
============================

[](#powermail-export-permissions)

By default, an editor who has read access to a page in TYPO3, access to Powermail mails and answers and permissions to use the Powermail module can read and export the submitted form data. If you're working with a page where every editor can see every page but only edit those he has permissions for, this might not be desirable.

This simple extension hooks into the Powermail and the List module and check for write access to the page. If there is no write access, the mails cannot be exported.

Compatibility and Maintenance
-----------------------------

[](#compatibility-and-maintenance)

This package is currently maintained for the following versions:

TYPO3 VersionPackage VersionBranchMaintainedTYPO3 13.4.x4.xmasterYesTYPO3 11.5.x3.xv11NoTYPO3 8.7.x2.x-NoTYPO3 6.2.x1.x-NoInstallation
------------

[](#installation)

Get it from composer:

```
composer require visol/powermail-exportperms

```

Usage
-----

[](#usage)

The list view doesn't display records from the tables tx\_powermail\_domain\_model\_mails and tx\_powermail\_domain\_model answers if the user doesn't have at least content editing permissions on a page. This is done by using a hook in the TYPO3 core.

The template `typo3/vendor/in2code/powermail/Resources/Private/Templates/Module/List.html` will be overridden by [powermail\_exportperms/Resources/Private/TemplateOverrides/Templates/Module/List.html](./Resources/Private/TemplateOverrides/Templates/Module/List.html)

by `$GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPageTSconfig'] .= chr(10) . 'templates.in2code/powermail.1752658658 = visol/powermail-exportperms:Resources/Private/TemplateOverrides';` defined in [ext\_localconf.php](./ext_localconf.php)

Security considerations
-----------------------

[](#security-considerations)

Be aware that this extension merely hides records from the user. It does not prevent fetching the records with other views providing database listing or by manipulating URL parameters from the edit/show record functionalities in the TYPO3 backend.

Do not use the extension if you are obliged to make the records completely inaccessible for a user.

Requirements
------------

[](#requirements)

- TYPO3 13 LTS+
- Tested with Powermail 13

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance57

Moderate activity, may be stable

Popularity22

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~557 days

Recently: every ~695 days

Total

6

Last Release

287d ago

Major Versions

1.0.0 → 2.0.02018-02-05

2.0.0 → 3.0.02022-12-14

3.0.0 → v11.x-dev2022-12-14

v11.x-dev → v13.x-dev2025-07-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/d6e1686bc798a88033f481f209a4f060235147ac7dca4c3391f2d171e30fdd4a?d=identicon)[visol](/maintainers/visol)

---

Top Contributors

[![lorenzulrich](https://avatars.githubusercontent.com/u/1816023?v=4)](https://github.com/lorenzulrich "lorenzulrich (9 commits)")[![mindpilot](https://avatars.githubusercontent.com/u/3437392?v=4)](https://github.com/mindpilot "mindpilot (8 commits)")[![fabarea](https://avatars.githubusercontent.com/u/620730?v=4)](https://github.com/fabarea "fabarea (3 commits)")[![MaLoertscher](https://avatars.githubusercontent.com/u/141229339?v=4)](https://github.com/MaLoertscher "MaLoertscher (3 commits)")[![dhuf](https://avatars.githubusercontent.com/u/1814195?v=4)](https://github.com/dhuf "dhuf (1 commits)")[![markusguenther](https://avatars.githubusercontent.com/u/1014126?v=4)](https://github.com/markusguenther "markusguenther (1 commits)")

### Embed Badge

![Health badge](/badges/visol-powermail-exportperms/health.svg)

```
[![Health](https://phpackages.com/badges/visol-powermail-exportperms/health.svg)](https://phpackages.com/packages/visol-powermail-exportperms)
```

###  Alternatives

[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k53](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

40529.5k](/packages/wazum-sluggi)[typo3/cms-lowlevel

TYPO3 CMS Lowlevel - Technical analysis of the system. This includes raw database search, checking relations, counting pages and records etc.

178.2M316](/packages/typo3-cms-lowlevel)[typo3/cms-redirects

TYPO3 CMS Redirects - Create manual redirects, list existing redirects and automatically createredirects on slug changes.

167.4M80](/packages/typo3-cms-redirects)[typo3/cms-form

TYPO3 CMS Form - Flexible TYPO3 frontend form framework that comes with a backend editor interface.

147.6M265](/packages/typo3-cms-form)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
