(self)
| 1434 | refmsg0 = self._box.get_message(key0) |
| 1435 | |
| 1436 | def test_issue7627(self): |
| 1437 | msg0 = mailbox.MHMessage(self._template % 0) |
| 1438 | key0 = self._box.add(msg0) |
| 1439 | self._box.lock() |
| 1440 | self._box.remove(key0) |
| 1441 | self._box.unlock() |
| 1442 | |
| 1443 | def test_pack(self): |
| 1444 | # Pack the contents of the mailbox |