We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f136696 commit fcafcecCopy full SHA for fcafcec
readme.md
@@ -29,7 +29,7 @@ composer require directorytree/imapengine
29
30
### Connecting
31
32
-To connect to a mailbox, create a new `Mailbox` instance with the above configuration options:
+To connect to a mailbox, create a new `Mailbox` instance with the configuration options:
33
34
```php
35
$mailbox = new Mailbox([
@@ -367,4 +367,4 @@ $message->move('Archive');
367
368
// Delete the message.
369
$message->delete();
370
-```
+```
0 commit comments