Mime 实用程序解码单词和文本
Posted
技术标签:
【中文标题】Mime 实用程序解码单词和文本【英文标题】:Mime utility decode word and text 【发布时间】:2017-11-25 19:37:57 【问题描述】:Mime 实用程序解码
MimeUtility.decodeWord()
和 MimeUtility.decodeText()
有什么区别?
请用一个小例子解释一下
【问题讨论】:
没有javadoc? 【参考方案1】:取自http://docs.oracle.com/javaee/6/api/javax/mail/internet/MimeUtility.html
解码文本
decodeText(java.lang.String etext) 解码“非结构化”标头,即根据 RFC 822 定义为“*text”的标头。
解码字
decodeWord(java.lang.String eword) 使用 RFC 2047 和 RFC 2231 中的规则解析字符串以解析“编码字”。
【讨论】:
主题:=?UTF-8?B?cHJhc2FubmE=?= decodeText() workingfine decodeWord() throws Exception =?utf-8?q?this is some text?= =?UTF-8 ?B?cHJhc2FubmE=?= decodeWord() 工作正常,但 decodeText() 显示未解码的主题以上是关于Mime 实用程序解码单词和文本的主要内容,如果未能解决你的问题,请参考以下文章
iPhone 实用程序,从 FLipSideView 到 MainView 的连接?