开发者

how to decode quoted-printable using java [closed]

开发者 https://www.devze.com 2022-12-30 08:27 出处:网络
开发者_如何学JAVAIt's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current for
开发者_如何学JAVA It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

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?

0

精彩评论

暂无评论...
验证码 换一张
取 消