From: SourceForge.net <no...@so...> - 2008-01-18 22:49:42
|
Support Requests item #1874094, was opened at 2008-01-17 21:44 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=1874094&group_id=49630 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 >Private: Yes Submitted By: Curtis Wong (ckwsp101) >Assigned to: Nikolaus Schulz (nikosch) Summary: exception against 14G imap account Initial Comment: set tempfile directory to '/tmp/tmppQtyp1archivemail' guessing mailbox is of type: imap(s) imap filter: '(BEFORE 21-Jul-2007 UNFLAGGED)' establishing connection to server localhost logging in to server as cro...@ic... examining imap folder 'inbox' read-only folder has 9742 message(s) searching messages matching criteria 0 messages are matching filter fetching size of messages... cleaning up ... removing stale tempfile directory '/tmp/tmppQtyp1archivemail' Traceback (most recent call last): File "/home/mis/bin/archivemail", line 1603, in ? main() File "/home/mis/bin/archivemail", line 702, in main archive(mailbox_path) File "/home/mis/bin/archivemail", line 1145, in archive _archive_imap(mailbox_name, final_archive_name) File "/home/mis/bin/archivemail", line 1401, in _archive_imap result, response = imap_srv.fetch('1:*', '(RFC822.SIZE)') File "/usr/lib/python2.3/imaplib.py", line 417, in fetch typ, dat = self._simple_command(name, message_set, message_parts) File "/usr/lib/python2.3/imaplib.py", line 1000, in _simple_command return self._command_complete(name, self._command(name, *args)) File "/usr/lib/python2.3/imaplib.py", line 832, in _command_complete raise self.abort('command: %s => %s' % (name, val)) imaplib.abort: command: FETCH => socket error: EOF ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2008-01-18 23:49 Message: Logged In: YES user_id=1594781 Originator: NO Upon request of the submitter, I set this tracker item to private because the report includes a private email address. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=1874094&group_id=49630 |