apache-mime4j 0.8.2-1 source package in Ubuntu

Changelog

apache-mime4j (0.8.2-1) unstable; urgency=medium

  * New ustream release

 -- Emmanuel Bourg <email address hidden>  Tue, 22 Jan 2019 22:49:10 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
java
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe java
Lunar release universe java
Jammy release universe java
Focal release universe java

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
apache-mime4j_0.8.2-1.dsc 2.2 KiB 6ca23b4403e9c3abff486232ed01f847a10f7991d4b312d4c2db8f2e193faef3
apache-mime4j_0.8.2.orig.tar.xz 443.1 KiB aa098723d07798f7fdaca7357a7ddf236ad0a5d06f5b2bcf340ac16c1462f92f
apache-mime4j_0.8.2-1.debian.tar.xz 4.1 KiB 95255135b10618385145719dd8560748623f8b48dadec66a10cf8d9b2ca61fc7

Available diffs

No changes file available.

Binary packages built by this source

libapache-mime4j-java: MIME and RFC822 parser for Java

 mime4j provides a parser, MimeStreamParser, for e-mail message streams in
 plain rfc822 and MIME format. The parser uses a callback mechanism to report
 parsing events such as the start of an entity header, the start of a body,
 etc.
 If you are familiar with the SAX XML parser interface you should have no
 problem getting started with mime4j.