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
|
Source: php-mailparse
Section: php
Priority: optional
Maintainer: Debian PHP PECL Maintainers <team+php-pecl@tracker.debian.org>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: debhelper (>= 9),
dh-php (>= 0.12~),
libpcre3-dev,
php-all-dev,
php-mbstring
Standards-Version: 3.9.8
Vcs-Git: https://salsa.debian.org/php-team/pecl/php-mailparse.git
Vcs-Browser: https://salsa.debian.org/php-team/pecl/php-mailparse
Homepage: http://pecl.php.net/package/mailparse
Package: php-mailparse
Architecture: any
Depends: php-mbstring,
${misc:Depends},
${php:Depends},
${shlibs:Depends}
Provides: ${php:Provides}
Description: Email message manipulation for PHP
Mailparse is an extension for parsing and working with email
messages.
.
It can deal with rfc822 and rfc2045 (MIME) compliant messages.
|