Use correct content transfer encoding (7bit).
This commit is contained in:
parent
52bdb31637
commit
c1538cfff7
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def encrypt_payload( payload, gpg_to_cmdline ):
|
|||
payload.set_param( 'name', pgpFilename )
|
||||
|
||||
if payload.get('Content-Transfer-Encoding') is not None:
|
||||
payload.replace_header( 'Content-Transfer-Encoding', "quoted-printable" )
|
||||
payload.replace_header( 'Content-Transfer-Encoding', "7bit" )
|
||||
|
||||
return payload
|
||||
|
||||
|
|
Loading…
Reference in a new issue