Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
'drebs/bug/4589_fail-gracefully-when-failing-to-decrypt-incoming-messages' into develop
|
|
'drebs/feature/improve-exceptions-names-and-handling' into develop
|
|
|
|
|
|
|
|
into develop
|
|
Also fix:
- some docstrings.
- variabled referenced without previous assignement.
|
|
|
|
|
|
|
|
feched. Closes #4526.
|
|
|
|
|
|
This allows us to support encrypt mails to 'test_user@provider.com'
even if was sent to 'test_user+optional_string@provider.com'.
|
|
An email address regexp that supports all (or almost) emails is really
complex, and is_address uses a simpler one since we restrict the valid
usernames and provider names.
For that we rely on the email client to check whether the email address
is valid or not.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- parse_ascii_key
- delete_key
- put_key
|
|
|
|
|
|
|
|
|
|
'drebs/bug/4454_remove-multipart-encrypted-header-after-decrypting' into develop
|
|
#4454.
|
|
'drebs/feature/4447_fix-headers-when-gatewaying-messages' into develop
|
|
|
|
|
|
|
|
develop
|
|
- Also reorder stdlib imports alphabetically :)
|
|
|
|
|
|
|
|
|
|
'drebs/feature/4324_prevent-double-encryption-when-relaying-2' into develop
|
|
|
|
|
|
|
|
|
|
|