如何使用java解码quoted-printable

发布于 2024-09-02 01:29:28 字数 199 浏览 1 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文