@@ -9,74 +9,74 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
99- Fix implode error in Client.php, beacause imap_errors() can return FALSE instand of array
1010
1111### Added
12- -FT_UID changed to $this->options which references to ` imap.options.fetch `
12+ - FT_UID changed to $this->options which references to ` imap.options.fetch `
1313
1414### Affected Classes
1515\Webklex\IMAP\Message
1616
1717## [ 1.0.3.1] - 2017-09-05
1818### Added
19- -getConnection method added
20- -Using a bit more fail save uid / msgNo by calling imap_msgno()
19+ - getConnection method added
20+ - Using a bit more fail save uid / msgNo by calling imap_msgno()
2121
2222### Affected Classes
2323\Webklex\IMAP\Client
2424\Webklex\IMAP\Message
2525
2626## [ 1.0.3.0] - 2017-09-01
2727### Changes
28- -Carbon dependency removed
28+ - Carbon dependency removed
2929
3030## [ 1.0.2.12] - 2017-08-27
3131### Added
32- -Fixing text attachment issue - overwrite mail body (thx to radicalloop)
32+ - Fixing text attachment issue - overwrite mail body (thx to radicalloop)
3333
3434### Affected Classes
3535\Webklex\IMAP\Message
3636
3737## [ 1.0.2.11] - 2017-08-25
3838### Added
39- -Attachment disposition (special thanks to radicalloop)
40- -Missing method added to README.md
39+ - Attachment disposition (special thanks to radicalloop)
40+ - Missing method added to README.md
4141
4242### Affected Classes
4343\Webklex\IMAP\Message
4444
4545## [ 1.0.2.10] - 2017-08-11
4646### Added
47- -$fetch_option setter added
47+ - $fetch_option setter added
4848
4949### Affected Classes
5050\Webklex\IMAP\Message
5151
5252## [ 1.0.2.9] - 2017-07-12
5353### Added
54- -Merged configuration
55- -New config parameter added
56- -"Known issues" added to README.md
57- -Typo fixed
54+ - Merged configuration
55+ - New config parameter added
56+ - "Known issues" added to README.md
57+ - Typo fixed
5858
5959### Affected Classes
6060\Webklex\IMAP\Client
6161\Webklex\IMAP\Providers\LaravelServiceProvider
6262
6363## [ 1.0.2.8] - 2017-06-25
6464### Added
65- -Message attribute is now case insensitive
66- -Readme file extended
67- -Changelog typo fixed
65+ - Message attribute is now case insensitive
66+ - Readme file extended
67+ - Changelog typo fixed
6868
6969### Affected Classes
7070\Webklex\IMAP\Message
7171
7272
7373## [ 1.0.2.7] - 2017-04-23
7474### Added
75- -imap_fetchheader(): Bad message number - merged
76- -Changed the default options in imap_fetchbody function - merged
77- -Attachment handling fixed (Plain text files are no longer ignored)
78- -Optional config parameter added.
79- -Readme file extended
75+ - imap_fetchheader(): Bad message number - merged
76+ - Changed the default options in imap_fetchbody function - merged
77+ - Attachment handling fixed (Plain text files are no longer ignored)
78+ - Optional config parameter added.
79+ - Readme file extended
8080
8181### Changes
8282\Webklex\IMAP\Client
@@ -85,9 +85,9 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
8585
8686## [ 1.0.2.3] - 2017-03-09
8787### Added
88- -Code commented
89- -A whole bunch of functions and features added. To many to mention all of them ;)
90- -Readme file extended
88+ - Code commented
89+ - A whole bunch of functions and features added. To many to mention all of them ;)
90+ - Readme file extended
9191
9292### Changes
9393\Webklex\IMAP\Client
0 commit comments