This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author invisibleroads
Recipients invisibleroads, jafo, pierslauder, smoser
Date 2009-03-24.16:34:48
SpamBayes Score 3.53023e-06
Marked as misclassified No
Message-id <1237912490.56.0.201198315842.issue1598@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also getting the same error retrieving a message through IMAP from a
Lotus Notes server.


Traceback (most recent call last):
  File "mail.py", line 152, in <module>
    if 'setup' == argument: setup()
  File "mail.py", line 61, in archive
    for message in imapBox.read(includes=includes,
excludes=[mail_store_imap.folder_trash]):
  File "/var/www/pylons/scout/scout/lib/mail_store_imap.py", line 89, in
read
    returnCode, data = self.server.fetch(messageIndex, '(RFC822)')
  File "/usr/lib/python2.5/imaplib.py", line 437, in fetch
    typ, dat = self._simple_command(name, message_set, message_parts)
  File "/usr/lib/python2.5/imaplib.py", line 1055, in _simple_command
    return self._command_complete(name, self._command(name, *args))
  File "/usr/lib/python2.5/imaplib.py", line 887, in _command_complete
    raise self.abort('command: %s => %s' % (name, val))
imaplib.abort: command: FETCH => unexpected response: ')'
History
Date User Action Args
2009-03-24 16:34:50invisibleroadssetrecipients: + invisibleroads, jafo, pierslauder, smoser
2009-03-24 16:34:50invisibleroadssetmessageid: <1237912490.56.0.201198315842.issue1598@psf.upfronthosting.co.za>
2009-03-24 16:34:48invisibleroadslinkissue1598 messages
2009-03-24 16:34:48invisibleroadscreate