The specified mailbox does not exist and won't be created.
| 2140 | """Raised for module-specific errors.""" |
| 2141 | |
| 2142 | class NoSuchMailboxError(Error): |
| 2143 | """The specified mailbox does not exist and won't be created.""" |
| 2144 | |
| 2145 | class NotEmptyError(Error): |
| 2146 | """The specified mailbox is not empty and deletion was requested.""" |