Skip to content

Commit 16495e1

Browse files
author
Menno Finlay-Smits
committed
Fake more things in MockIMAP4
This fixes test failures which crept in.
1 parent 8c05452 commit 16495e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

imapclient/testable_imapclient.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def __init__(self, *args: Any, **kwargs: Any):
3030
self.use_uid = True
3131
self.sent = b"" # Accumulates what was given to send()
3232
self.tagged_commands: Dict[Any, Any] = {}
33+
self.untagged_responses: Dict[Any, Any] = {}
34+
self.capabilities = []
3335
self._starttls_done = False
3436

3537
def send(self, data: bytes) -> None:

0 commit comments

Comments
 (0)