This repository has been archived by the owner on Jan 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
WiserAssertions.withContentContains fails with nested multipart parts #1
Milestone
Comments
I've created a draft test to try and catch this. I'm not familiar with
Could you have a look at the branch |
Sure, I'll fork and send a pull request! |
jonjo-manywho
pushed a commit
to jonjo-manywho/wiser-assertions
that referenced
this issue
Jan 25, 2016
kemitix
added a commit
that referenced
this issue
Jan 25, 2016
Issue #1: Add support for nested multipart messages
kemitix
added a commit
that referenced
this issue
Jan 25, 2016
Issue #1: Add support for nested multipart messages
kemitix
added a commit
that referenced
this issue
Jan 25, 2016
Add support for nested multi-part emails [jonjo-manywho] [#1] Signed-off-by: Paul Campbell <[email protected]>
kemitix
added a commit
that referenced
this issue
Jan 25, 2016
Add support for nested multi-part emails [jonjo-manywho] [#1] Signed-off-by: Paul Campbell <[email protected]>
Thanks for the PR. Fixed in 0.3.0 which is on it's way to the public repos now. |
Awesome! 👍 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've noticed that when a message contains nested multipart parts, the
getMimeMessageBody
method fails to convert the message to aString
correctly, and the assertion ends up looking at a value ofjavax.mail.internet.MimeMultipart@2eada095
.The plain message content and how it's generated is as follows:
The text was updated successfully, but these errors were encountered: