(self)
| 1419 | refmsg0 = self._box.get_message(key0) |
| 1420 | |
| 1421 | def test_issue7627(self): |
| 1422 | msg0 = mailbox.MHMessage(self._template % 0) |
| 1423 | key0 = self._box.add(msg0) |
| 1424 | self._box.lock() |
| 1425 | self._box.remove(key0) |
| 1426 | self._box.unlock() |
| 1427 | |
| 1428 | def test_pack(self): |
| 1429 | # Pack the contents of the mailbox |