From: SourceForge.net <no...@so...> - 2011-07-09 16:14:01
|
Support Requests item #3213272, was opened at 2011-03-15 14:39 Message generated for change (Comment added) made by nikosch You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3213272&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 Priority: 5 Private: No Submitted By: tatiana castano (tcastano) >Assigned to: Nikolaus Schulz (nikosch) Summary: 'NoneType" object has no attributte 'split' Initial Comment: Hello: I am running archive-mail against an IMAP server and I am having the following error: NoneType object has no attribute split. See traceback below. OS: fedora 14 Lastest archivemail version Python 2.7 File '/usr/bin/archivemail/archivemail.py', line 6, in <module> main () File '/usr/bin/archivemail/archivemail.py', line 701, in main archive (mailbox_path) File '/usr/bin/archivemail/archivemail.py', line 1144, in archive archive_imap(mailbox_name, final_archive_mail) File '/usr/bin/archivemail/archivemail.py', line 1394, in archive_imap message_list = response[0].split() AttributeError: 'NoneType" object has no attributte 'split' ---------------------------------------------------------------------- >Comment By: Nikolaus Schulz (nikosch) Date: 2011-07-09 18:14 Message: Fixed in git, and will make it into archivemail 0.9.0. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=456911&aid=3213272&group_id=49630 |