From: SourceForge.net <no...@so...> - 2012-11-04 22:21:43
|
Bugs item #879716, was opened at 2004-01-19 01:17 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=879716&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: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Julien Burdy (erreur) Assigned to: Nikolaus Schulz (nikosch) Summary: 'NoneType' object has no attribute 'split' Initial Comment: Hello, I don't understant this problem: $ archivemail -v -n imap://x...@my...:my...@ma.../INBOX archiving 'imap://x...@my...:my...@ma.../INBOX' to 'INBOX_archive' ... set tempfile directory to '/tmp/@3578.0archivemail' guessing mailbox is of type: imap imap filter: '(BEFORE 23-Jul-2003 UNFLAGGED)' connected to server mail.myISP.ch logged in to server as x...@my... selected imap folder INBOX Traceback (most recent call last): File "/usr/bin/archivemail", line 1299, in ? main() File "/usr/bin/archivemail", line 620, in main archive(mailbox_path) File "/usr/bin/archivemail", line 1034, in archive _archive_imap(mailbox_name, final_archive_name) File "/usr/bin/archivemail", line 1227, in _archive_imap message_list = response[0].split() AttributeError: 'NoneType' object has no attribute 'split' cleaning up ... removing stale tempfile directory '/tmp/@3578.0archivemail' ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2012-11-04 14:21 Message: Closing, v0.9.0 contains the fix and was released long ago already. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-09 09:11 Message: Fixed in git, will be in archivemail 0.9.0. ---------------------------------------------------------------------- Comment By: Nikolaus Schulz (nikosch) Date: 2011-04-01 13:21 Message: This old bug was no duplicate and shouldn't have been closed. My guess is, the IMAP server sends an empty, and thus invalid, SEARCH response. Exactly the same issue has recently been raised as support request #3213272, and bug #3090802 has also been similar. I have closed the latter because it was triggered by corrupted messages on the server, but that doesn't apply here, I guess. Hm, I hate to put workarounds for broken IMAP servers into archivemail, but that's probably the appropriate thing to do. ---------------------------------------------------------------------- Comment By: Peter Poeml (poeml) Date: 2006-04-25 14:22 Message: Logged In: YES user_id=78531 fixed in CVS (duplicate of bug #843890) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456910&aid=879716&group_id=49630 |