Revision history for Perl module Net::SMTP::Bulk

0.14 2013-10-08

    - Added Encode socket to utf8 option
    - Added Encode write log file to utf8 and set to default

0.13 2013-09-20

    - Fixed order repeat on restart 

0.12 2013-09-19

    - Prevent multiple restarts on multiple fails 

0.11 2013-09-19

    - Changed 102 to be delayed reconnect callback response, 202 for reconnect now
    - Added delayed restart callback response 103, 203 for restart now (restart will close all connections and restart)
    - Fixed remove thread to function correctly and added 104, remove thread temporarily

0.10 2013-09-19

    - Added parallel ssl connect 

0.09 2013-09-18

    - Added parallel connect 

0.08 2013-09-18

    - Fixed auto remove thread issue
    - Added Debug=2 and DebugPath for writing debug data to files
    - added missing reconnect_pass callback response

0.07 2013-09-12

    - Made it work faster(especially on longer response servers) and more efficient by removing coro sleep in favor of readable on the handle

0.06 2013-09-10

    - Fixed to work with Perl 5.10 and below

0.05 2013-09-08

    - Fixed default callbacks to being 1

0.04 2013-09-08

    - Fixed removal of incorrect thread
    - Changed callback status codes to be 3 digits,
      made 1 to be default callback from 0
    - Adjusted reconnect to skip current

0.03 2013-09-08

    - Fixed 220 response causing removal of thread
    - Fixed a few documentation issues

0.02 2013-09-08

    - Fixed <CR><LF>.<CR><LF>
    - Fixed Remove Thread
    - Fixed pass callbacks

0.01 2013-09-07

    - First version, released on an unsuspecting world.