doc
This commit is contained in:
parent
8a8125957c
commit
3338035673
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ def encrypt(
|
|||
:param unconditionally_encrypt: if True, will encrypt no matter what. If
|
||||
False (default), will NOT encrypt if any of the following conditions are
|
||||
met:
|
||||
- The message is already encrypted"""
|
||||
- The message is already encrypted
|
||||
|
||||
:return: The encrypted email as a string"""
|
||||
|
||||
# some mail clients like Thunderbird don't like twice-encrypted emails,
|
||||
# so we return the message as-is if it's already encrypted
|
||||
|
|
Loading…
Reference in a new issue