[PR #54] [MERGED] spring clean #70

Closed
opened 2026-02-27 10:25:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/54
Author: @ghost
Created: 2/4/2018
Status: Merged
Merged: 2/9/2018
Merged by: @tonioo

Base: masterHead: fix/spring-clean


📝 Commits (8)

📊 Changes

19 files changed (+322 additions, -270 deletions)

View changed files

.editorconfig (+21 -0)
📝 docs/conf.py (+82 -72)
📝 modoboa_postfix_autoreply/__init__.py (+1 -2)
📝 modoboa_postfix_autoreply/apps.py (+5 -1)
📝 modoboa_postfix_autoreply/factories.py (+4 -1)
📝 modoboa_postfix_autoreply/forms.py (+13 -13)
📝 modoboa_postfix_autoreply/handlers.py (+4 -6)
📝 modoboa_postfix_autoreply/known_problems.py (+4 -1)
📝 modoboa_postfix_autoreply/management/__init__.py (+0 -2)
📝 modoboa_postfix_autoreply/management/commands/__init__.py (+0 -2)
📝 modoboa_postfix_autoreply/management/commands/autoreply.py (+8 -11)
📝 modoboa_postfix_autoreply/models.py (+8 -4)
📝 modoboa_postfix_autoreply/modo_extension.py (+6 -5)
📝 modoboa_postfix_autoreply/postfix_maps.py (+4 -0)
📝 modoboa_postfix_autoreply/tests.py (+25 -31)
📝 modoboa_postfix_autoreply/views.py (+3 -6)
📝 setup.cfg (+21 -0)
📝 setup.py (+2 -1)
📝 test_project/test_project/settings.py (+111 -112)

📄 Description

See modoboa/modoboa#1388


🔄 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-postfix-autoreply/pull/54 **Author:** [@ghost](https://github.com/ghost) **Created:** 2/4/2018 **Status:** ✅ Merged **Merged:** 2/9/2018 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `fix/spring-clean` --- ### 📝 Commits (8) - [`e94c277`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/e94c2770e34e5356e572f340d750b7d3bfbc3c1c) add .editorconfig - [`8be328e`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/8be328e657906e1afd9fab0ef0b5707be4238507) setup.cfg - [`0b5daba`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/0b5dabab992b5cc9367f1053387b75898600734a) fix quotes - [`1d874af`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/1d874aff3a277048db041dc05d86124b64099cb4) sort imports using isort - [`86c7856`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/86c78562edf07ea419a97e8106739502ed1872a1) pep8 fixes - [`392d76e`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/392d76e3e977c006628158a85d91554dea8e471e) whitespace fixes - [`91d1d8c`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/91d1d8c42b5e4728275be98c6842fd4dd5e131f1) import unicode_literals - [`c9319a0`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/c9319a0cf3114f90599d36ef7c855d27ebfe0935) add missing utf8 header ### 📊 Changes **19 files changed** (+322 additions, -270 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+21 -0) 📝 `docs/conf.py` (+82 -72) 📝 `modoboa_postfix_autoreply/__init__.py` (+1 -2) 📝 `modoboa_postfix_autoreply/apps.py` (+5 -1) 📝 `modoboa_postfix_autoreply/factories.py` (+4 -1) 📝 `modoboa_postfix_autoreply/forms.py` (+13 -13) 📝 `modoboa_postfix_autoreply/handlers.py` (+4 -6) 📝 `modoboa_postfix_autoreply/known_problems.py` (+4 -1) 📝 `modoboa_postfix_autoreply/management/__init__.py` (+0 -2) 📝 `modoboa_postfix_autoreply/management/commands/__init__.py` (+0 -2) 📝 `modoboa_postfix_autoreply/management/commands/autoreply.py` (+8 -11) 📝 `modoboa_postfix_autoreply/models.py` (+8 -4) 📝 `modoboa_postfix_autoreply/modo_extension.py` (+6 -5) 📝 `modoboa_postfix_autoreply/postfix_maps.py` (+4 -0) 📝 `modoboa_postfix_autoreply/tests.py` (+25 -31) 📝 `modoboa_postfix_autoreply/views.py` (+3 -6) 📝 `setup.cfg` (+21 -0) 📝 `setup.py` (+2 -1) 📝 `test_project/test_project/settings.py` (+111 -112) </details> ### 📄 Description See modoboa/modoboa#1388 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:25:41 +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-postfix-autoreply-modoboa#70
No description provided.