Flush and close the mailbox.
(self)
| 1110 | return |
| 1111 | |
| 1112 | def close(self): |
| 1113 | """Flush and close the mailbox.""" |
| 1114 | if self._locked: |
| 1115 | self.unlock() |
| 1116 | |
| 1117 | def list_folders(self): |
| 1118 | """Return a list of folder names.""" |
no test coverage detected