You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I did:
Parsing a message which has text/html part but it contains also "boundary" marker. I know, this is an strange case but we have the messages with it.
Apologies for slow response. I agree, using detectTextHeader to not treat it at multipart, and adding a new error to error.go would be a good approach.
What I did:
Parsing a message which has text/html part but it contains also "boundary" marker. I know, this is an strange case but we have the messages with it.
IMO,
enmime/part.go
Line 404 in 1f2f4b0
Or reporting it with error and providing content to the part. IMO the part is wrongly classified.
What I expected:
To have HTML text loaded from that part.
What I got:
Empty string + I cant access the body of that part :(
Release or branch I am using:
master
(Please attach a sample message if you feel it will help reproduce the issue)
The text was updated successfully, but these errors were encountered: