Flush and close the mailbox.
(self)
| 1187 | return |
| 1188 | |
| 1189 | def close(self): |
| 1190 | """Flush and close the mailbox.""" |
| 1191 | if self._locked: |
| 1192 | self.unlock() |
| 1193 | |
| 1194 | def list_folders(self): |
| 1195 | """Return a list of folder names.""" |
no test coverage detected