how to decode quoted-printable using java
- by shikha
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