Parse error when trying to fetch true attachments
KacperFKorban opened this issue · 1 comments
KacperFKorban commented
Parsing msg with attachment named Attachment[1.pdf
and trying fetchTrueAttachments()
throws an exception, because cid:['\"]Attachment[1.pdf['\"]
is not a valid regex. (the square bracket isn't closed)
I created a PR with a fix for it #30.
bbottema commented
Apologies that it took so long for me to look at your problem and change. I've release your fix in 1.7.5, thank you for the effort, much appreciated!