alot icon indicating copy to clipboard operation
alot copied to clipboard

` extract_body_part` can receive empty strings and throws exceptions when it does

Open lakinwecker opened this issue 3 years ago • 0 comments

Basically https://github.com/pazz/alot/blob/master/alot/db/utils.py#L489 returns an empty string in some circumstances and that is passed into here https://github.com/pazz/alot/blob/master/alot/db/utils.py#L499 which causes an exception. installing the service_identity module did not solve it. Basically I have some emails where the only body part is an application/zip body part

lakinwecker avatar Jul 30 '22 15:07 lakinwecker