Skip to content
Commits on Source (3)
mimepull (1.9.7-2) UNRELEASED; urgency=medium
* Improved the package description
-- Emmanuel Bourg <ebourg@apache.org> Sat, 28 Jul 2018 09:12:43 +0200
mimepull (1.9.7-1) unstable; urgency=medium
* Initial release (Closes: #904084)
......
......@@ -20,5 +20,10 @@ Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Pull API for parsing MIME messages
Mimepull provides a streaming API to access attachments parts
in a MIME message.
Mimepull provides a streaming API to access attachments parts in a MIME
message. It's designed to parse large MIME messages that couldn't be loaded
into memory. MIME message parsing is done using pull-parsing, much similar
to StAX in XML world. The MIME parts are constructed lazily, and parsing
is triggered by applications while reading the attachment parts. The API
provides various configuration options to control parsing and storing of
MIME parts.
......@@ -4,6 +4,7 @@ Source: https://github.com/javaee/metro-mimepull
Files: *
Copyright: 1997-2018, Oracle Corporation
2004, Sun Microsystems, Inc.
License: CDDL-1.1 or GPL-2 with Classpath exception
Files: debian/*
......
junit junit jar s/3\..*/3.x/ * *
org.jvnet.mimepull mimepull jar s/.*/debian/ * *