-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Traceback:
Traceback (most recent call last):
File "./harvest.py", line 32, in <module>
response, num_mails = connection.select(mailbox, True)
File "/usr/lib/python2.7/imaplib.py", line 649, in select
typ, dat = self._simple_command(name, mailbox)
File "/usr/lib/python2.7/imaplib.py", line 1070, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "/usr/lib/python2.7/imaplib.py", line 905, in _command_complete
raise self.error('%s command error: %s %s' % (name, typ, data))
imaplib.error: EXAMINE command error: BAD ['[CLIENTBUG] Too many arguments for command']
Will examine further straight away.