summaryrefslogtreecommitdiff
blob: 15ddfd0782492349ebb312e8d88949f776cf1544 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>java</herd>
  <longdescription lang="en">
    This provides a streaming API to access attachments parts in a MIME message.
	Often times, a large MIME message cannot be loaded into memory. Hence the
	whole message or attachment parts are written to a file system and access to
	the attachment parts is provided using those files.
  </longdescription>
</pkgmetadata>