Search Criteria
Package Details: perl-email-outlook-message 0.920-1
Git Clone URL: | https://aur.archlinux.org/perl-email-outlook-message.git (read-only, click to copy) |
---|---|
Package Base: | perl-email-outlook-message |
Description: | Perl module to read Outlook .msg files |
Upstream URL: | http://search.cpan.org/dist/Email-Outlook-Message/ |
Licenses: | |
Submitter: | jose1711 |
Maintainer: | jose1711 |
Last Packager: | jose1711 |
Votes: | 6 |
Popularity: | 0.000005 |
First Submitted: | 2011-11-01 22:04 |
Last Updated: | 2020-09-30 20:31 |
Latest Comments
1 2 Next › Last »
jose1711 commented on 2020-10-15 20:28
@marlemion
don't really know what is going on. the encoding does not seem to be recognized on my system either:
marlemion commented on 2020-10-06 06:45
Creating the package with --nocheck results in msgconvert throwing:
Unknown encoding 'CP28605' at /usr/share/perl5/vendor_perl/Email/Outlook/Message.pm line 399.
jose1711 commented on 2020-10-01 13:53
@syntaxerrormmm use
makepkg --nocheck
until it's fixed in upstreamsyntaxerrormmm commented on 2020-10-01 07:24
Since last update, I have issues with the testing phase failing constantly:
jose1711 commented on 2018-08-23 21:01
@bidulock thanks
bidulock commented on 2018-08-22 06:59
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
must now be changed to
find "$pkgdir" ( -name .packlist -o -name perllocal.pod ) -delete
to work.
divansantana commented on 2016-08-16 14:36
Getting this error with an email conversion.
any ideas?
/tmp ᐅ /usr/bin/vendor_perl/msgconvert someemail.msg
Use of uninitialized value $iNKey in subtraction (-) at /usr/share/perl5/vendor_perl/OLE/Storage_Lite.pm line 1219.
Use of uninitialized value $iNKey in hash element at /usr/share/perl5/vendor_perl/OLE/Storage_Lite.pm line 1220.
Negative length at /usr/lib/perl5/core_perl/IO/Handle.pm line 463.
masux commented on 2015-10-15 19:30
needs: perl-module-pluggable
GI_Jack commented on 2015-08-19 16:28
needs: perl-mro-compat
jose1711 commented on 2015-03-01 22:13
@zman0900: thank you, adjusted