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
|
Source: libmail-thread-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: David Bremner <bremner@unb.ca>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libemail-abstract-perl,
libmailtools-perl,
libtest-memory-cycle-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-thread-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-thread-perl.git
Homepage: https://metacpan.org/release/Mail-Thread
Testsuite: autopkgtest-pkg-perl
Package: libmail-thread-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libemail-abstract-perl
Description: library for threading email by In-Reply-To and References
The Mail::Thread module implements something relatively close to
Jamie Zawinski's mail threading algorithm, as described by
http://www.jwz.org/doc/threading.html. This algorithm is based
on following References and In-Reply-To headers, and is able to
deal with not having all of the messages in a thread.
|