Revision history for Perl extension Mojo::SMTP::Client
0.06 Mon Mar 23 18:28:12 NOVT 2015
- $resp now is an object of Mojo::SMTP::Client::Response class
0.05 Thu Mar 19 18:48:20 NOVT 2015
- Fix tests, so they will pass on OS X
0.04 Wed Mar 18 23:02:32 NOVT 2015
- More correct stream errors handling
- Fix memory leak which occurred on error
0.03 Wed Mar 11 22:55:12 NOVT 2015
- new `reset' command for `send'
- now order of commands for `send' is important
- you can send several non-unique commands with one `send' call
0.02 Tue Mar 10 22:37:21 NOVT 2015
- `start' event added
- allow argument for `data' command to be a reference to a string
- new global %CMD variable
- cookbook with some useful examples added
0.01 Mon Mar 9 13:48:44 NOVT 2015
- First release