Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以帮我指出一些使用 Mime4j 从 Multipart Mime 中提取附件的代码吗?我找不到,我需要 Mime4j 0.7.2(最新)。我正在尝试处理来自 James Hook/Mailets 的附件。
好的,找到答案了,只需要循环parts.get(i).readOnce() 或read()。