Hi, Benny Bottema I have a problem, the details are as follows。 **1. Scene description** Here is my [hello.eml](https://github.com/bbottema/simple-java-mail/files/2523957/hello.eml.zip) file which include a attachment and a embedded image exported by client application [Foxmail](https://www.foxmail.com/win/en/). Open with outlook screenshot below: <img width="399" alt="a" src="https://user-images.githubusercontent.com/5242715/47630433-b3df0d00-db7b-11e8-839f-1d5e4c0606c1.png"> **2. Parse eml but can't get any information** ```java Email oldEmail = EmailConverter.emlToEmail("/Users/rick/jkxyx205/tmp/hello.eml"); ``` <img width="580" alt="333" src="https://user-images.githubusercontent.com/5242715/47630786-9d39b580-db7d-11e8-95f1-eef3b1e524d7.png">