how to decode quoted-printable using java

Posted by shikha on Stack Overflow See other posts from Stack Overflow or by shikha
Published on 2010-05-17T16:46:33Z Indexed on 2010/05/17 16:50 UTC
Read the original article Hit count: 184

Filed under:

Hi

Can anyone please tell me how to decode quoted-printable using java. Actually 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 which i am getting html tags along with the data and making very difficult for me to do the pattern matching. it is showing some =20 or =cF etc like characters also.


How i can resolve this problem???

Thanks and Regards,

Shikha Virmani

© Stack Overflow or respective owner

Related posts about java