This release is broken (#40) please update to 0.4.3.
- Allow underscore in mime-encoded header part #36
- Better inline content handling #29 #34
- Part filtering using the new PartFilter
- More dynamic mime parts (fewer references to parts)
- Added removeAllHtmlParts, removeAllTextParts, getTextPartCount, getHtmlPartCount
- getTextPart, getHtmlPart, getTextStream, getHtmlStream, getTextContent and getHtmlContent all now optionally take an integer index to get inline content parts other than the first one
- getAllParts, getPartCount, getPart, getChild, getChildParts, getChildCount all optionally take a PartFilter to filter out returned parts
- Added more test code
- Code cleanup
- Fixed documentation