New project mimepull
allows applications to access MIME attachments in a streaming
fashion. Often times, larger MIME messages 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.
But in some cases, the MIME attachment parts can be accessed
by
applications in a...