如何使用java解码quoted-printable
如何使用 Java 解码 Quoted-Printable。我正在从服务器读取邮件并使用正则表达式从邮件中获取一些数据。我的邮件内容类型是 text/html
,因此,我随数据一起获取 HTML 标签,这使得我很难进行模式匹配。它显示一些字符,例如 =20
、=cF
等。
我该如何解决此问题?
How do I decode quoted-printable using Java. I am reading mail from the server and fetching some data from mail using regex. My mail content type is text/html
and because of this, I am getting HTML tags along with the data, making it very difficult for me to do the pattern matching. It is showing some characters like =20
, =cF
, etc.
How can I resolve this problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论