@@ -338,13 +338,13 @@ |
||
338 | 338 | return imap_renamemailbox($this->connection, $this->getAddress() . imap_utf7_encode($old_name), $this->getAddress() . imap_utf7_encode($new_name)); |
339 | 339 | } |
340 | 340 | |
341 | - /** |
|
342 | - * Delete Folder |
|
343 | - * @param string $name |
|
344 | - * |
|
345 | - * @return bool |
|
346 | - * @throws ConnectionFailedException |
|
347 | - */ |
|
341 | + /** |
|
342 | + * Delete Folder |
|
343 | + * @param string $name |
|
344 | + * |
|
345 | + * @return bool |
|
346 | + * @throws ConnectionFailedException |
|
347 | + */ |
|
348 | 348 | public function deleteFolder($name) { |
349 | 349 | $this->checkConnection(); |
350 | 350 | return imap_deletemailbox($this->connection, $this->getAddress() . imap_utf7_encode($name)); |