mirror of
https://github.com/chatmail/core.git
synced 2026-04-18 14:06:29 +03:00
add a test echo_and_quit examples
This commit is contained in:
@@ -68,6 +68,7 @@ class IOThreads:
|
||||
ev = next(it)
|
||||
except StopIteration:
|
||||
break
|
||||
self.account.log_line("calling hook name={} kwargs={}".format(ev.name, ev.kwargs))
|
||||
ev.call_hook()
|
||||
|
||||
def imap_thread_run(self):
|
||||
|
||||
Reference in New Issue
Block a user