1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
bors[bot] 761fade9a9
Merge #1316
1316: Fix the encoding of incoming user email and password r=mergify[bot] a=kaiyou

## What type of PR?

Bug fix

## What does this PR do?

As described in the changes, RFC2616 states that header should be considered ISO8859-1 in HTTP, which obviously nginx does not really care about when forwarding the password from SMTP authentication to the backend. Hence, we need to encode-then-decode passwords to get the proper value in case a special char is in there.

### Related issue(s)
- This fixes #1139 
- This is also related to #1281 
- This is also related to #1139

## Prerequistes
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/guide.html#changelog) entry file.


Co-authored-by: kaiyou <pierre@jaury.eu>
2020-01-19 17:25:19 +00:00
..
assets add app.css and fix align of menu button 2019-07-08 16:53:25 +02:00
mailu Merge #1316 2020-01-19 17:25:19 +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 fix ARG positions 2019-08-30 10:24:08 -04:00
messages.pot Remove services status localization 2018-04-23 18:59:46 +02:00
package.json Expose jQuery for use outside Webpack build 2019-07-08 18:19:09 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
requirements-prod.txt Bump werkzeug from 0.15.2 to 0.15.3 in /core/admin 2019-10-13 14:32:40 +00:00
requirements.txt Remove the dependency to mailustart, introducing socrate 2019-06-23 14:19:05 +02:00
start.py Enable access log of admin service only for log levels of INFO and finer 2019-10-08 07:29:33 +02:00
webpack.config.js Expose jQuery for use outside Webpack build 2019-07-08 18:19:09 +02:00

Mailu Admin container

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

Resources