mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #1009] [MERGED] SMTP authentication backend. #2088
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2088
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/pull/1009
Author: @tonioo
Created: 1/18/2017
Status: ✅ Merged
Merged: 1/18/2017
Merged by: @tonioo
Base:
master← Head:feature/smtp_auth📝 Commits (3)
4c1c647SMTP authentication backend.adf4750Fixed tests configuration.f794b9dTry to fix unit tests.📊 Changes
11 files changed (+361 additions, -159 deletions)
View changed files
📝
.travis.yml(+1 -0)📝
doc/configuration.rst(+29 -5)📝
doc/upgrade.rst(+14 -0)📝
modoboa/admin/tests/test_account.py(+3 -3)📝
modoboa/core/commands/templates/settings.py.tpl(+9 -1)➕
modoboa/core/tests/test_authentication.py(+97 -0)📝
modoboa/core/tests/test_core.py(+3 -138)➕
modoboa/core/tests/test_ldap.py(+157 -0)📝
modoboa/lib/authbackends.py(+45 -10)📝
test-requirements.txt(+2 -1)📝
test_project/test_project/settings.py(+1 -1)📄 Description
see #989
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.