Changelog for
perl-Email-Sender-2.601.0-1.2.noarch.rpm :
* Thu Jan 18 2024 Tina Müller
- updated to 2.601 see /usr/share/doc/packages/perl-Email-Sender/Changes 2.601 2024-01-17 19:15:25-05:00 America/New_York - allow using an Authen::SASL instance via sasl_authenticator as an alternative to username asd password (thanks, Erik Huelsmann!)
* Mon Oct 24 2022 Tina Müller - updated to 2.600 see /usr/share/doc/packages/perl-Email-Sender/Changes 2.600 2022-10-23 16:45:34-04:00 America/New_York - This version replaces the use of Email::Address with Email::Address::XS, as the pure perl version has problems with certain kinds of input.
* Mon Jul 05 2021 Tina Müller - updated to 2.500 see /usr/share/doc/packages/perl-Email-Sender/Changes 2.500 2021-07-04 13:26:47-04:00 America/New_York - version bumped to account for change in fractional part precision
* Mon Jun 21 2021 Tina Müller - updated to 1.500 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.500 2021-06-20 20:30:24-04:00 America/New_York - adjust version number for bookkeeping reasons 1.300036 2021-06-17 09:51:12-04:00 America/New_York - add \"maybestarttls\" option, to allow opportunistic STARTTLS (thanks, Marc Bradshaw!)
* Sun Oct 11 2020 Tina Müller - updated to 1.300035 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300035 2020-10-10 12:34:29-04:00 America/New_York - drop some needless version checking from the days when we worked with broken Net::SMTPs (thanks, Bernhard Graf and Aristotle Pagaltzis and Pali Rohár) - documentation tweaks and spelling corrections (thanks, James E Keenan, Stefan Hornburg, M Somerville, and jazzkutya)
* Wed Dec 04 2019 - updated to 1.300034 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300034 2019-12-02 22:21:58-05:00 America/New_York - add documentation for the SMTP \"hosts\" parameter!
* Wed Nov 27 2019 - updated to 1.300033 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300033 2019-11-26 14:44:51-05:00 America/New_York - no changes since 1.300031
* Wed Apr 05 2017 cooloAATTsuse.com- updated to 1.300031 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300031 2017-04-04 14:35:42-04:00 America/New_York - EMAIL_SENDER_TRANSPORT did not properly handle the =-prefix case Now: =Foo::Bar expands to Foo::Bar, Foo::Bar expands to Foo::Bar, and FooBar expands to Email::Sender::Transport::FooBar, as intended. Previously, =Foo::Bar expanded to Email::Sender::Transport::Foo::Bar
* Wed Oct 05 2016 cooloAATTsuse.com- updated to 1.300030 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300030 2016-10-03 18:33:57-04:00 America/New_York - no changes since 1.300029 1.300029 2016-07-17 15:49:18-04:00 America/New_York (TRIAL RELEASE) - bring localpart quoting more in line with RFC 821
* Mon May 23 2016 cooloAATTsuse.com- updated to 1.300028 see /usr/share/doc/packages/perl-Email-Sender/Changes 1.300028 2016-04-21 17:49:14+01:00 Europe/London - make Email::Sender::Util->easy_transport public