martinrusev / imbox

Python IMAP for Human beings
MIT License
1.18k stars 188 forks source link

[Fix] parse_attachment > cannot parse name #228

Closed jimmi2051 closed 1 year ago

jimmi2051 commented 1 year ago

Due to some reasons, the attachment's name cannot be parsed. I suggest, in this case, we can add try-catch to prevent crash function. Refer issue: https://github.com/martinrusev/imbox/issues/227