The specified mailbox does not exist and won't be created.
| 2207 | """Raised for module-specific errors.""" |
| 2208 | |
| 2209 | class NoSuchMailboxError(Error): |
| 2210 | """The specified mailbox does not exist and won't be created.""" |
| 2211 | |
| 2212 | class NotEmptyError(Error): |
| 2213 | """The specified mailbox is not empty and deletion was requested.""" |