summaryrefslogtreecommitdiff
path: root/src/leap/mail/imap/fetch.py
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2013-06-17 17:32:32 -0300
committerdrebs <drebs@leap.se>2013-07-22 14:46:35 -0300
commitee6a3fe8b310ea5fed1e7bf625a84e9d663d35bc (patch)
tree152ea1d74302cf0d8f04251bdfab0f6279164238 /src/leap/mail/imap/fetch.py
parentbb081d2fb5f578411c1f29cda588bbcdab0ddc6b (diff)
Adapt IMAP to latest Soledad api.
* Also fix some tests that where not up-to-date with code.
Diffstat (limited to 'src/leap/mail/imap/fetch.py')
-rw-r--r--src/leap/mail/imap/fetch.py4
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