Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

imaplib.error: FETCH command error: BAD [b'Command Argument Error. 11'] #42

Open
neeldhall opened this issue Mar 18, 2023 · 0 comments
Open

Comments

@neeldhall
Copy link

neeldhall commented Mar 18, 2023

Traceback (most recent call last):
File "/Users/-/Desktop/hotmailforwarder/forwarder.py", line 14, in
print(mail.unread())
File "/Users/-/Desktop/hotmailforwarder/outlook.py", line 156, in unread
return self.getEmail(latest_id)
File "/Users/-/Desktop/hotmailforwarder/outlook.py", line 148, in getEmail
r, d = self.imap.fetch(id,'(RFC822)')
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 539, in fetch
typ, dat = self._simple_command(name, message_set, message_parts)
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 1205, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/imaplib.py", line 1030, in _command_complete
raise self.error('%s command error: %s %s' % (name, typ, data))
imaplib.error: FETCH command error: BAD [b'Command Argument Error. 11']

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant