You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/admin/mailu
bors[bot] bae15c0af3
Merge #2404
2404: Forwarding emails option in user settings did not support 1 letter do… r=mergify[bot] a=Diman0

…mains.

## What type of PR?

Bug-fix

## What does this PR do?

Forwarding emails option in user setting did not support 1 letter domains. The regex for checking the validity of  multiple email addresses string has been modified to allow 1 letter domains and to allow 1 letter local part.

### Related issue(s)
- closes #2402 

## Prerequisites
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.

- [n/a] 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/workflow.html#changelog) entry file.


Co-authored-by: Dimitri Huisman <diman@huisman.xyz>
2 years ago
..
internal Encode domain part of email addresses before returning. 2 years ago
sso supply missing fields argument 2 years ago
translations l10n 2 years ago
ui Forwarding emails option in user settings did not support 1 letter domains. 2 years ago
__init__.py added localized date output 3 years ago
configuration.py Preparations for 1.9 release. 3 years ago
debug.py update werkzeug to 1.x 3 years ago
dkim.py Upgrading to a 2048-bit DKIM key 4 years ago
limiter.py Fix 2125 2 years ago
manage.py Feature: Marking "Read" spam mails 2 years ago
models.py Fix localpart splitting and make code more readable. 2 years ago
schemas.py updated database libraries (sqlalchemy etc.) 3 years ago
utils.py workaround a bug in coredns 2 years ago