@@ -355,14 +355,14 @@ |
||
| 355 | 355 | return $status; |
| 356 | 356 | } |
| 357 | 357 | |
| 358 | - /** |
|
| 359 | - * Delete Folder |
|
| 360 | - * @param string $name |
|
| 361 | - * @param boolean $expunge |
|
| 362 | - * |
|
| 363 | - * @return bool |
|
| 364 | - * @throws ConnectionFailedException |
|
| 365 | - */ |
|
| 358 | + /** |
|
| 359 | + * Delete Folder |
|
| 360 | + * @param string $name |
|
| 361 | + * @param boolean $expunge |
|
| 362 | + * |
|
| 363 | + * @return bool |
|
| 364 | + * @throws ConnectionFailedException |
|
| 365 | + */ |
|
| 366 | 366 | public function deleteFolder($name, $expunge = true) { |
| 367 | 367 | $this->checkConnection(); |
| 368 | 368 | $status = imap_deletemailbox($this->getConnection(), $this->getAddress() . imap_utf7_encode($name)); |