1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

some IDNA functionality was still using Python's built-in IDNA 2003 encoder rather than the idna package's IDNA 2008 encoder

This commit is contained in:
Joshua Tauberer
2015-06-30 12:45:58 +00:00
parent f89a98c78a
commit aa33428311
3 changed files with 9 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ source setup/functions.sh
# build-essential libssl-dev libffi-dev python3-dev: Required to pip install cryptography.
apt_install python3-flask links duplicity libyaml-dev python3-dnspython python3-dateutil \
build-essential libssl-dev libffi-dev python3-dev
hide_output pip3 install rtyaml email_validator cryptography
hide_output pip3 install rtyaml email_validator idna cryptography
# email_validator is repeated in setup/questions.sh
# Create a backup directory and a random key for encrypting backups.