Age | Commit message (Collapse) | Author |
|
develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'drebs/feature/improve-exceptions-names-and-handling' into develop
|
|
|
|
|
|
Also fix:
- some docstrings.
- variabled referenced without previous assignement.
|
|
|
|
|
|
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
|
|
|
|
develop
|
|
- Also reorder stdlib imports alphabetically :)
|
|
'drebs/feature/4375-add-verification-of-detached-sig' into develop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into develop
|
|
|
|
|
|
|
|
'remotes/kalikaneko/bug/enforce-correct-version' into develop
|
|
|