@@ -436,14 +436,14 @@ |
||
| 436 | 436 | return $status; |
| 437 | 437 | } |
| 438 | 438 | |
| 439 | - /** |
|
| 440 | - * Delete Folder |
|
| 441 | - * @param string $name |
|
| 442 | - * @param boolean $expunge |
|
| 443 | - * |
|
| 444 | - * @return bool |
|
| 445 | - * @throws ConnectionFailedException |
|
| 446 | - */ |
|
| 439 | + /** |
|
| 440 | + * Delete Folder |
|
| 441 | + * @param string $name |
|
| 442 | + * @param boolean $expunge |
|
| 443 | + * |
|
| 444 | + * @return bool |
|
| 445 | + * @throws ConnectionFailedException |
|
| 446 | + */ |
|
| 447 | 447 | public function deleteFolder($name, $expunge = true) { |
| 448 | 448 | $this->checkConnection(); |
| 449 | 449 | $status = \imap_deletemailbox($this->getConnection(), $this->getAddress() . \imap_utf7_encode($name)); |