java
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.