Flush and close the mailbox.
(self)
| 1180 | return |
| 1181 | |
| 1182 | def close(self): |
| 1183 | """Flush and close the mailbox.""" |
| 1184 | if self._locked: |
| 1185 | self.unlock() |
| 1186 | |
| 1187 | def list_folders(self): |
| 1188 | """Return a list of folder names.""" |
no test coverage detected