We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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']
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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']
The text was updated successfully, but these errors were encountered: