[PR #1256] [MERGED] Added new option to create an alias on mailbox rename. #2168

Closed
opened 2026-02-27 12:09:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1256
Author: @tonioo
Created: 9/29/2017
Status: Merged
Merged: 9/29/2017
Merged by: @tonioo

Base: masterHead: feature/create_alias_on_mb_rename


📝 Commits (2)

  • 5692baf Added new option to create an alias on mailbox rename.
  • 34dd70d Fixed unit test.

📊 Changes

9 files changed (+160 additions, -4 deletions)

View changed files

📝 modoboa/admin/app_settings.py (+8 -0)
📝 modoboa/admin/forms/account.py (+12 -0)
📝 modoboa/admin/handlers.py (+6 -0)
📝 modoboa/admin/static/admin/js/admin.js (+27 -3)
modoboa/admin/templates/admin/index.html (+29 -0)
📝 modoboa/admin/templates/admin/mailform.html (+3 -0)
📝 modoboa/admin/tests/test_account.py (+72 -0)
📝 modoboa/core/tests/test_views.py (+2 -1)
📝 modoboa/static/js/autocompleter.js (+1 -0)

📄 Description

see #1250


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1256 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 9/29/2017 **Status:** ✅ Merged **Merged:** 9/29/2017 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/create_alias_on_mb_rename` --- ### 📝 Commits (2) - [`5692baf`](https://github.com/modoboa/modoboa/commit/5692baff20fd520208b27ce37f155c187bede339) Added new option to create an alias on mailbox rename. - [`34dd70d`](https://github.com/modoboa/modoboa/commit/34dd70d2a0308aa8fc9895eeac1d704e6ad9045f) Fixed unit test. ### 📊 Changes **9 files changed** (+160 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/admin/app_settings.py` (+8 -0) 📝 `modoboa/admin/forms/account.py` (+12 -0) 📝 `modoboa/admin/handlers.py` (+6 -0) 📝 `modoboa/admin/static/admin/js/admin.js` (+27 -3) ➕ `modoboa/admin/templates/admin/index.html` (+29 -0) 📝 `modoboa/admin/templates/admin/mailform.html` (+3 -0) 📝 `modoboa/admin/tests/test_account.py` (+72 -0) 📝 `modoboa/core/tests/test_views.py` (+2 -1) 📝 `modoboa/static/js/autocompleter.js` (+1 -0) </details> ### 📄 Description see #1250 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:09:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2168
No description provided.