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 9cc77d1 commit c61e6f4Copy full SHA for c61e6f4
README.md
@@ -44,7 +44,6 @@ This is just a simple code to show how to access messages by using Fetch. It use
44
own autoload, but it can (and should be, if applicable) replaced with the one generated
45
by composer.
46
47
- require 'autoload.php';
48
49
$server = new \Fetch\Server('imap.example.com', 993);
50
$server->setAuthentication('dummy', 'dummy');
@@ -59,4 +58,4 @@ by composer.
59
58
60
## License
61
62
-Fetch is licensed under the BSD License. See the LICENSE file for details.
+Fetch is licensed under the BSD License. See the LICENSE file for details.
0 commit comments