Skip to content

Attachment parsing error #234

@leonlinxs

Description

@leonlinxs

I use another Python module [yagmail] to send an email with attachments. When I try to use the imbox module to read the email attachments sent by yagmail, the following error appears, which looks like an attachment name resolution error:

File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/imbox/parser.py", line 212, in parse_ email
attachment = parse_ attachment(part)
File "/data/data/com.termux/files/usr/lib/python3.10/site-packages/imbox/parser.py", line 122, in parse_ attachment
filename_ parts. insert(int(s_name[1]),value[1:-1] if value. startswith('"') else value)
ValueError: invalid literal for int() with base 10: ''mmexport1670496727397.jpg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions