1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
Dario Ernst e22324adcd Make aliases case-insensitive (too)
Even though RFC5321 2.4 explains that local-parts are to be case-sensitive,
this does not seem to be how EMail is used today. Thus, instead of reverting
user-emails back to being case sensitive, let’s make aliases case-insensitive
too. Not only more consistent, this also allows users to enjoy receiving EMails
from large airlines or car-rental agencies onto their already existing aliases.

For the rare case of case sensitive aliases existing, let’s query for the
forced-lowercase alias only in the event that the preserved-case one isn’t
found …

closes #867
2019-04-14 12:02:12 +00:00
..
mailu Make aliases case-insensitive (too) 2019-04-14 12:02:12 +00:00
migrations Fix typo in migration file 2019-02-12 18:17:38 +02:00
.gitignore Move all directories per theme 2017-11-01 12:11:04 +01:00
audit.py Move all directories per theme 2017-11-01 12:11:04 +01:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile Install bash in alpine based images. 2019-02-06 15:01:02 -05:00
messages.pot Remove services status localization 2018-04-23 18:59:46 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
requirements-prod.txt Merge remote-tracking branch 'upstream/master' into feat-psql-support 2019-01-07 16:29:50 +02:00
requirements.txt Fix support for postgres and mysql 2018-12-10 15:16:30 +01:00
start.py Merge branch 'master' into refactor-config 2018-11-08 21:43:05 +01:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources