mirror of
https://github.com/modoboa/modoboa-postfix-autoreply.git
synced 2026-04-25 08:35:53 +03:00
[PR #18] [MERGED] Refactor alias #52
Labels
No labels
bug
bug
enhancement
enhancement
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-postfix-autoreply-modoboa#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/18
Author: @tonioo
Created: 9/2/2015
Status: ✅ Merged
Merged: 9/2/2015
Merged by: @tonioo
Base:
master← Head:refactor_alias📝 Commits (6)
d4ddf74Initial work.5a77c80Fix unit tests.1fb5972Merge branch 'master' into refactor_alias889e53eUse the master branch of modoboa-admin.74536feMerge branch 'master' into refactor_alias9e31901Fix unit test.📊 Changes
11 files changed (+197 additions, -138 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
modoboa_postfix_autoreply/__init__.py(+1 -0)➕
modoboa_postfix_autoreply/apps.py(+14 -0)📝
modoboa_postfix_autoreply/general_callbacks.py(+0 -67)➕
modoboa_postfix_autoreply/handlers.py(+77 -0)➕
modoboa_postfix_autoreply/migrations/0003_move_aliases.py(+30 -0)➕
modoboa_postfix_autoreply/migrations/0004_delete_alias.py(+17 -0)📝
modoboa_postfix_autoreply/models.py(+2 -9)📝
modoboa_postfix_autoreply/modo_extension.py(+14 -14)📝
modoboa_postfix_autoreply/postfix_maps.py(+1 -20)📝
modoboa_postfix_autoreply/tests.py(+40 -27)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.