`
iunknown
  • 浏览: 404707 次
社区版块
存档分类
最新评论

基于 pull 的 mime 解释器的资料

    博客分类:
  • MISC
阅读更多
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/
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics