-
Notifications
You must be signed in to change notification settings - Fork 190
Open
Description
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: ''
Metadata
Metadata
Assignees
Labels
No labels