@@ -346,13 +346,13 @@ |
||
| 346 | 346 | return imap_renamemailbox($this->getConnection(), $this->getAddress() . imap_utf7_encode($old_name), $this->getAddress() . imap_utf7_encode($new_name)); |
| 347 | 347 | } |
| 348 | 348 | |
| 349 | - /** |
|
| 350 | - * Delete Folder |
|
| 351 | - * @param string $name |
|
| 352 | - * |
|
| 353 | - * @return bool |
|
| 354 | - * @throws ConnectionFailedException |
|
| 355 | - */ |
|
| 349 | + /** |
|
| 350 | + * Delete Folder |
|
| 351 | + * @param string $name |
|
| 352 | + * |
|
| 353 | + * @return bool |
|
| 354 | + * @throws ConnectionFailedException |
|
| 355 | + */ |
|
| 356 | 356 | public function deleteFolder($name) { |
| 357 | 357 | $this->checkConnection(); |
| 358 | 358 | return imap_deletemailbox($this->getConnection(), $this->getAddress() . imap_utf7_encode($name)); |