File: control

package info (click to toggle)
libemail-outlook-message-perl 0.917-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 58
  • sloc: perl: 811; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,884 bytes parent folder | download
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
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>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               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.102),
                     libio-all-perl,
                     libio-string-perl,
                     libole-storage-lite-perl,
                     libtest-pod-coverage-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libemail-outlook-message-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libemail-outlook-message-perl.git
Homepage: http://github.com/mvz/email-outlook-message-perl
Testsuite: autopkgtest-pkg-perl

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.102),
         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'.