MCPcopy Create free account
hub / github.com/chatmail/core / get_accepted_chat

Method get_accepted_chat

python/src/deltachat/testplugin.py:598–600  ·  view source on GitHub ↗
(self, ac1: Account, ac2: Account)

Source from the content-addressed store, hash-verified

596 imap.dump_imap_structures(self.tmpdir, logfile=logfile)
597
598 def get_accepted_chat(self, ac1: Account, ac2: Account):
599 ac2.create_chat(ac1)
600 return ac1.create_chat(ac2)
601
602 def introduce_each_other(self, accounts, sending=True):
603 to_wait = []

Callers 15

introduce_each_otherMethod · 0.95
test_basic_imap_apiFunction · 0.45
test_html_messageFunction · 0.45
test_webxdc_messageFunction · 0.45
test_forward_own_messageFunction · 0.45
test_resend_messageFunction · 0.45
test_send_dotFunction · 0.45
test_botFunction · 0.45

Calls 1

create_chatMethod · 0.45

Tested by

no test coverage detected