File tree 8 files changed +15
-7
lines changed
8 files changed +15
-7
lines changed Original file line number Diff line number Diff line change
1
+ 0.921 2022-01-23
2
+
3
+ - Adjust test suite to work with lower Email::MIME versions and lower the
4
+ dependency accordingly (by Axel Beckert)
5
+ - Ignore the codepage attribute for message bodies that are marked as being
6
+ unicode-encoded
7
+ - Adjust full_structure test to work with all supported Email::MIME versions
8
+
1
9
0.920 2020-09-11
2
10
3
11
- Use the "Internet Code Page" property to set the character set for text and
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DESCRIPTION
12
12
13
13
VERSION
14
14
15
- 0.920
15
+ 0.921
16
16
17
17
INSTALLATION
18
18
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ use strict;
59
59
use warnings;
60
60
use 5.006;
61
61
use vars qw( $VERSION) ;
62
- $VERSION = " 0.920 " ;
62
+ $VERSION = " 0.921 " ;
63
63
64
64
use Email::Simple;
65
65
use Email::MIME::Creator;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ it under the same terms as Perl itself.
39
39
use strict;
40
40
use warnings;
41
41
use vars qw( $VERSION) ;
42
- $VERSION = " 0.920 " ;
42
+ $VERSION = " 0.921 " ;
43
43
use Carp;
44
44
use base ' Email::Outlook::Message::Base' ;
45
45
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ use strict;
39
39
use warnings;
40
40
use Carp;
41
41
use vars qw( $VERSION) ;
42
- $VERSION = " 0.920 " ;
42
+ $VERSION = " 0.921 " ;
43
43
use Email::MIME::ContentType;
44
44
use base ' Email::Outlook::Message::Base' ;
45
45
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ use POSIX;
43
43
use Carp;
44
44
use OLE::Storage_Lite;
45
45
use vars qw( $VERSION) ;
46
- $VERSION = " 0.920 " ;
46
+ $VERSION = " 0.921 " ;
47
47
48
48
my $DIR_TYPE = 1;
49
49
my $FILE_TYPE = 2;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ use Getopt::Long;
12
12
use Pod::Usage;
13
13
use File::Basename;
14
14
use vars qw( $VERSION) ;
15
- $VERSION = " 0.920 " ;
15
+ $VERSION = " 0.921 " ;
16
16
17
17
# Setup command line processing.
18
18
my $verbose = ' ' ;
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use Getopt::Long;
31
31
use Pod::Usage;
32
32
use locale;
33
33
use vars qw( $VERSION) ;
34
- $VERSION = " 0.920 " ;
34
+ $VERSION = " 0.921 " ;
35
35
36
36
# ----------------------------------------------------------------
37
37
# PrnItem: Displays PPS information
You can’t perform that action at this time.
0 commit comments