Draft
Conversation
Co-authored-by: printminion-co <145785698+printminion-co@users.noreply.github.com>
Co-authored-by: printminion-co <145785698+printminion-co@users.noreply.github.com>
Co-authored-by: printminion-co <145785698+printminion-co@users.noreply.github.com>
Co-authored-by: printminion-co <145785698+printminion-co@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Implement mailbox overview feature in administration settings
Add admin UI for IONOS mailbox management
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements mailbox administration interface in admin settings for managing IONOS email accounts. Admins can list all mailboxes, edit email localparts, and delete accounts.
Backend
API Controller (
MailboxAdminController)GET /api/admin/mailboxes- Lists all IONOS mailboxes with linked user infoPATCH /api/admin/mailboxes/{userId}- Updates email localpart with duplicate detectionDELETE /api/admin/mailboxes/{userId}- Deletes mailbox via IONOS providerService Layer (
MailboxAdminService)/^[a-zA-Z0-9._-]+$/IonosProviderFacade(no provider changes required)Access restricted via
@AuthorizedAdminSettingannotation.Frontend
MailboxManagement.vue
MailboxListItem.vue
NcAvatar,NcActions,NcModalcomponentsIntegrated into
AdminSettings.vueas "E-Mail Verwaltung" section.Example Usage
Edit flow validation:
Admin documentation added to
doc/admin.md.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
https://api.github.com/repos/ArthurHoaro/favicon/zipball/2f2af255e4a2ea0abff2a1b34b51cf4e57e6a230/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/process/zipball/55b837d4f1857b9bd7efb7bb859ae6b0e804f13f/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880/usr/bin/php8.3 /usr/bin/php8.3 -n -c /tmp/WmiSGC /usr/bin/composer install(http block)If you need me to access, download, or install something from one of these locations, you can either:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.