The specified mailbox does not exist and won't be created.
| 2212 | """Raised for module-specific errors.""" |
| 2213 | |
| 2214 | class NoSuchMailboxError(Error): |
| 2215 | """The specified mailbox does not exist and won't be created.""" |
| 2216 | |
| 2217 | class NotEmptyError(Error): |
| 2218 | """The specified mailbox is not empty and deletion was requested.""" |