diff options
author | Kali Kaneko <kali@leap.se> | 2013-07-23 19:03:55 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-07-23 19:03:55 +0200 |
commit | 74391223596f4ead1d002f17320aae3237119c88 (patch) | |
tree | 89422274abe88c2638670eda4881c8582541308d /src/leap/mail/imap/fetch.py | |
parent | 9a5a325831230687a7da4ad5300c99f03aebba72 (diff) | |
parent | dae82d597288e4795c3522c4dafde6622a53d477 (diff) |
Merge remote-tracking branch 'drebs/feature/3037-separate-keymanager-into-its-own-package' into develop
Diffstat (limited to 'src/leap/mail/imap/fetch.py')
-rw-r--r-- | src/leap/mail/imap/fetch.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leap/mail/imap/fetch.py b/src/leap/mail/imap/fetch.py index df5d046..48a45e6 100644 --- a/src/leap/mail/imap/fetch.py +++ b/src/leap/mail/imap/fetch.py @@ -104,8 +104,8 @@ class LeapIncomingMail(object): """ Process a successfully decrypted message. - :param doc: a LeapDocument instance containing the incoming message - :type doc: LeapDocument + :param doc: a SoledadDocument instance containing the incoming message + :type doc: SoledadDocument :param data: the json-encoded, decrypted content of the incoming message |