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.
有没有办法从 Java Mail API 获取邮件是否被标记为重要?我正在使用 Gmail 帐户进行连接。提前致谢。
不同的邮寄者使用不同的方式来表明一条消息是“重要的”。有些使用 X-Priority 标头。其他人使用重要性标题。我不知道 Gmail 使用什么,但看看邮件的原始标题,你应该能够弄清楚。然后使用 JavaMail getHeader 方法访问该标头。