mail-parser
mail-parser copied to clipboard
Ensure all parsed messages have at least one part
Fixes #120
With corrupted messages the type of the part is a bit arbitrary. Chosen PartType::Binary to be as generic as possible, but PartType::Text could be acceptable as well.