- Remove extra trailing
\r\n
from messages as some servers may interpret it as an empty command and send back an error code after success code
- Fix occasional issue with completer already completed. Due to an error with SMTP server closing connection after sending the email.
- Fix new lines sent to server to be proper
\r\n
format
- loosen crypto dependency to '>=0.9.0 <3.0.0' as suggested in the crypto changelog
- merge crypto util fix and update example
- upgrade unittest to test and move it to dev_dependencies
- added OpenMailBoxSmtpOptions
- improve address parsing and sanitization (from hoylen)
- cleanup chunkEncodedBytes and associated test
- update example to allow CC and BCC
- add simple example/send_gmail.data
- fix pubspec to pull crypto 0.9.0
- initial release