(self, ac1: Account, ac2: Account)
| 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 = [] |
no test coverage detected