martinrusev / imbox

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

imap4.error #226

Open jasonjiangxinhui opened 2 years ago

jasonjiangxinhui commented 2 years ago

when I use letter instead of numbers it will ok. but when I use number email got a problem report below: case = imbox.messages(sent_from='357160108@example.org')

UID command error: BAD [b'Could not parse command'] File "D:\python\test\test1.py", line 9, in case = imbox.messages(sent_from='357160108@example.org')

sent_from='357160108@example.org' got report an issue, sent_from='sender@example.org' this is fine, ok