Roy H. Han <starsareblueandfara...@gmail.com> added the comment: 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: ')' ---------- nosy: +starsareblueandfaraway _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1598> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com