Codebase list libemail-address-xs-perl / 0c7198c
Release version 1.05 Pali 1 year, 8 months ago
2 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Perl extension Email::Address::XS.
1
2 1.05 Sun Aug 07 15:21:35 2022
3 - update dovecot parser from dovecot version 2.3.14
4 - mark the last parsed object as invalid if input string contains trailing garbage
5 https://github.com/pali/Email-Address-XS/issues/5
16
27 1.04 Sat Jun 09 18:20:28 2018
38 - fix docevot parser to disallow leading dot in dot-atom
55 use strict;
66 use warnings;
77
8 our $VERSION = '1.04';
8 our $VERSION = '1.05';
99
1010 use Carp;
1111