Version 1.5
- Added support SSL / STARTTLS
- Added SMTP AUTH (plain, login)
- Code improved
Version 1.0
- Added support for inline images for html mails
Version 0.9.2 (beta5-r)
- Minor fix: stream filters in SMTP Handler
Version 0.9.1 (beta5)
- Email name support now all allowed chars
- Subject was not correctly displayed at some clients its now fixed
Version 0.9 (beta4)
- Fixed bug in 8bit / 7bit encoding
- Fixed bug with return-path and from
- Added support for Return-Receipt-To
- Added support for different Transfer-Encodings on html and text messages in the same mail (multipart)
Version 0.8 (beta3)
- fixed bug with line endings
- max character count on a line is now 998 excluding CRLF
- after a mail the RSET command will be send to the server
- added a more advanced debugger
- a conection to a server will be create on perform insteed
of on creating a instance from the SMTP handler
Version 0.7 (beta2)
- fixed bug in SMTPHandler
- added support for quoted-printables
- added support for Return-Path, Reply-To
Version 0.5 (beta)
- fixed bug in translator
- added support for alternative mails (text / html)
- constants now have a default value
- changed and improved internal design
Version 0.1.2 (alpha)
- fixed support for binary files
- custom filename for a attachment
- mime type support for attachment so it's not always "application/octet-stream" anymore
Version 0.1.1 (alpha)
- fixed some bugs
- added support for clearing mailer properties
- added language support for English and Dutch
- added more examples