-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Method to get all text parts and complete text body #560
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #560 +/- ##
============================================
+ Coverage 95.10% 95.12% +0.02%
- Complexity 364 365 +1
============================================
Files 45 45
Lines 939 943 +4
============================================
+ Hits 893 897 +4
Misses 46 46
☔ View full report in Codecov by Sentry. |
Shouldn't |
@rudiedirkx can you test this patch to see if it solves #561? |
It doesn't. It can't because the problem lies somewhere else, in 'attachment detection' in |
Hello, can you return subtype SUBTYPE_RFC822 along with SUBTYPE_PLAIN in getCompleteBodyText message/delivery-status is a subtype used by gmail to return extended smtp error code |
I tested the library with a mail with 2 attachments send from an iPad. But I didn't get the right body because of multiple plain text parts.
I added the
getCompleteBodyText
function to get all plain text parts as one string.