Codebase list libemail-outlook-message-perl / dist-0.918
Prepare version 0.918 for release Matijs van Zuijlen 9 years ago
3 changed file(s) with 7 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 0.918 2014-10-28
1
2 - Correct encoding for text/plain parts to UTF8
3 - Properly extract file base name in msgconvert
4
05 0.917 2014-10-14
16
27 - Update documentation
1111
1212 VERSION
1313
14 0.917
14 0.918
1515
1616 INSTALLATION
1717
5858 use warnings;
5959 use 5.006;
6060 use vars qw($VERSION);
61 $VERSION = "0.917";
61 $VERSION = "0.918";
6262
6363 use Email::Simple;
6464 use Email::MIME::Creator;