http://weblogs.java.net/blog/jitu/archive/2007/10/index.html
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 streaming fashion, provided:
* The parts are accessed orderly(as they appear in the stream)
* The parts are accessed only once.
http://www.mail-archive.com/server-dev@james.apache.org/msg02000.html
http://www.interactivecode.com/perl-18/raw-body-parts-mime-parser-41309/
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 streaming fashion, provided:
* The parts are accessed orderly(as they appear in the stream)
* The parts are accessed only once.
http://www.mail-archive.com/server-dev@james.apache.org/msg02000.html
http://www.interactivecode.com/perl-18/raw-body-parts-mime-parser-41309/
MIMEPull项目允许应用程序以流式方式访问MIME附件,这对于无法一次性加载到内存的大文件尤其有用。通过确保附件按顺序且仅访问一次,应用程序可以在不将整个消息写入文件系统的情况下处理这些附件。
29

被折叠的 条评论
为什么被折叠?



