Mail-Sender

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

Revision history for Mail-Sender

0.903     2016-11-17
    - PLEASE CONSIDER USING EMAIL-SENDER INSTEAD
    - Fixed an errant extra test requirement, GH #3.  Thanks, Paul.
    - Marked the entire dist as DEPRECATED as it should no longer be used.

0.902     2016-07-11
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed multiple $VERSION variables, GH #2.  Thanks, Pavel.
    - Addressed some testing issues with bad SMTP host.
    - Turned off uninitialized warnings until they can all be resolved.
    - Let DZil version the CType:: classes
    - Removed unused EXPORT_OK option

0.901     2016-06-29
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed a bug introduced in 0.900 where the auth method call pointed to the
    wrong scope.

0.900003  2016-06-10
    ** PLEASE CONSIDER USING EMAIL-SENDER INSTEAD **

    - Fixed conditional dependencies
    - Fixed locale specific testing
    - Fixed the Changes file
    - Added some git helper files for the repo
    - Reorganized the PM files into the lib directory
    - Auto-generate MANIFEST using MANIFEST.SKIP from here on
    - Ensure all files EOL with \n rather than any combination of \n and \r\n
    - Renamed many undocumented/private functions to names beginning with _
    - Added many, many tests for coverage and to prevent regressions
    - Updated Config.PL to modernize.
    - Lazily load Win32API::Registry for ::CType::Win32

0.8.23  2014-07-15
    - fixed problems with long subjects containing accentuated characters
    - fixed problems with IO::Socket::SSL
    - trims addresses passed in an array (per request)
    - changed licence per request from Fedora
    - fix to allow very long passwords
    - fix error in TestServer()

0.8.22  2012-12-12
    - minor fixes

0.8.21  2012-05-27
    - fixed the case in the header names (Content-type -> Content-Type)
    - fixed the encoding of non-ascii stuff in headers (RFC 2047)
    - fixed using the ctype even for body with MailFile

0.8.16  2008-07-15
    - fixed unwanted modification of the parameter hash

0.8.13  2006-02-25
    - fixed incorrect handling of singlequotes in mail addresses
    - add SMTP commands now sent in uppercase
    - removing the port number if the local name is taken from $ENV{HTTP_HOST}
    - improved getting the current user name
    - can accept authid and authpwd already encoded to base64
    - better handling of errors when reading attachments from files and when opening the debug files
    - fixed some problems in Content-type header generation

0.8.10  2003-11-23
    - use $ENV{HOSTNAME} || $ENV{HTTP_HOST}
        in preference to
        (gethostbyname 'localhost')[0]
        as the local name if none is specified by the user
    - fixed half-hour timezone handling
    - fixed to => [list, of, addresses] handling
    - fixed "incorrect server name" handling (previous versions did not
        report the problem correctly in all cases
    - untaining the IP address of the SMTP server in all cases
    - fixed a problem that caused rare doubling of dots in quoted-printable encoded parts.
    - various doc improvements

0.8.08  2003-08-31
    - fixed an error in SendEx() causing problems with qmail
        (thanks to report&help from "Luciano Bueno " <lbueno@grupoaraucaria.com.ar>)
    - added debugging levels
    - added an option that tells Mail::Sender to ignore rejected recipients
    - you can now overwrite the message-id generation function
    - added two addins improving the content type guesswork
    - added TestServer method/function
    - improved handling of the last newline in quoted-printable encoded parts
      (the Outlook problem with = appearing at the end of attached files)

0.8.06  2003-03-24
    - new Mail::Sender ({..., on_errors => 'die'});
    - new Mail::Sender ({..., on_errors => 'undef'});
    - new Mail::Sender ({..., on_errors => 'code'});
    - A small fix for an issue with nested parts on the courier-imap server (whatever it is).

0.8.05  2003-03-01
    - new Mail::Sender ({..., die_on_errors => 1});

0.8.04  2003-01-08
    - fixed typo causing the "Unknown PerlIO layer 'raw:perlio' at .../Mail/Sender.pm line 21"



( run in 2.348 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )