- fix bug: Undefined property: stdClass::$host. Message.php(807)
- add function: closeConnection
- fix bug: Undefined property: stdClass::$bytes. Attachment.php(102)
- fix bug: Undefined property: stdClass::$subject. Message.php(256)
- Add rawEmail in Message
- Add function encodingsIdToString
- Now rawBody associative array
- The minimum version of php 5.4
- Add rawBody in Message
- Add changelog.md
- README.md rename README_EN.md. Add README.md - russian
- Merge pull request #147 from linniksa/patch-mime-decoder
- Changes from the pull request #151
- Merge pull request #145 from tedious/supress_php_warning
- Suppressed imap_open warning
- Merge pull request #109 from tedious/release-0.6.1
- Changed function names for cs consistency
- Merge pull request #40 from bjornpost/fix-multipart-messagebody
- In a multipart email messageBody() keeps headers
- Merge pull request #33 from tedivm/testing_update
- Separate Mail Server Setup into Development Package
- Removed autoloader reference
- Merge pull request #27 from ArabCoders/master
- fixed bug in getting reply_to addresses
- Merge pull request #19 from codyfletcher/master
- Added support for "bcc" as a type of processed object.
- Merge pull request #17 from abimus/fix/flags
- Fix behavior on Server::setFlag()
- Added bug fixed.
- First release since migrating to github