1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: libemail-outlook-message-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Olly Betts <olly@survex.com>,
gregor herrmann <gregoa@debian.org>,
Axel Beckert <abe@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 10),
libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libemail-mime-contenttype-perl,
libemail-mime-perl (>= 1.923),
libemail-sender-perl (>= 1.300000),
libemail-simple-perl (>= 2.206),
libio-all-perl,
libio-string-perl,
libole-storage-lite-perl,
libtest-pod-coverage-perl,
perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-outlook-message-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libemail-outlook-message-perl.git
Homepage: https://metacpan.org/release/Email-Outlook-Message
Package: libemail-outlook-message-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libemail-mime-contenttype-perl,
libemail-mime-perl (>= 1.923),
libemail-sender-perl (>= 1.300000),
libemail-simple-perl (>= 2.206),
libio-all-perl,
libio-string-perl,
libole-storage-lite-perl
Description: module for reading Outlook .msg files
Email::Outlook::Message reads e-mail messages stored as .msg files (such as
generated by Microsoft Outlook), and converts them to Email::MIME objects.
.
Not all data in the .msg file is converted. The meaning of some parts hasn't
been worked out, while other parts do not make sense outside of Outlook and
Exchange.
.
Currently GPG signed mail is not processed correctly and neither are
attachments of type 'appledoublefile'.
.
The package also contains the tool "msgconvert" (known from
http://www.matijs.net/software/msgconv/) to convert Microsoft Outlook
".msg" files directly on the commandline without having to know how
to program in Perl.
|