File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed
Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,17 @@ MailLibrary
33
44A PHP library for downloading mails from server.
55
6- Documentation can be found at http://greeny.github.io/MailLibrary/.
6+ Documentation can be found at http://greeny.github.io/MailLibrary/ .
7+
8+ Testing
9+ -------
10+
11+ Install dependencies using composer and then run following in library root directory.
12+
13+ ```` cmd
14+ # Unix
15+ vendor\bin\tester -c tests\php-unix.ini tests
16+
17+ # Windows
18+ vendor\bin\tester -c tests\php-windows.ini tests
19+ ````
Original file line number Diff line number Diff line change 1+ [PHP]
2+ ; extension_dir = "./ext"
3+ extension =mbstring.so
4+ extension =imap.so
5+ date.timezone = " Europe/Prague"
Original file line number Diff line number Diff line change 1+ [PHP]
2+ extension_dir = " ./ext"
3+ extension =php_mbstring.dll
4+ extension =php_imap.dll
5+ date.timezone = " Europe/Prague"
You can’t perform that action at this time.
0 commit comments