Java MHT Unpack Library
I was playing around with unpacking .mht html archives, and realized that a lot of libraries and even applications that tried to do this were unreliable or just plain didn’t work. I researched the format, saw it was a simple MIME encoded archive format, and decided to write my own library for fun. The JavaMail API made this extremely simple. Since it looks like there are so few decent implementations of this type of utility, I’m releasing it here under a very simple open source license. Hopefully, a few of you will find it useful! Be sure to check out my JUnit test for a simple usage example!
mhtunpack-0.9.5 (53 KB)



Leave a Reply