I am posting this to Zope Digest since the N & H people have no Bug Collector of their own on the WorldPilot site, and I don't know how to get through to them otherwise. If you know anybody who works for them, please pass this on.
There is a bug in WorldPilot 1.0 release 1 that causes a re.split error if you have certain kinds of IMAP folder names, e.g. an all numeric one like "2000". The problem is that in WorldPilot.py around line 415 you have
414 for folder in FS: 415 FolderFullName> 416 cf> 417 Folders> but apparently folder[2] may not be a string if the IMAP name looked un-stringlike. The following change fixes the problem and lets you work with any IMAP folder name:
415 FolderFullName>
Will be patched into the next release. Thanks!
I really like the looks of WorldPilot - all it lacks to be a really killer app is a search function.
Coming up... Cheers, Ryan
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--------------------------------------------------- WorldPilot - Get Synced - http://www.worldpilot.org The Open Source Personal Information Manager Server Powered by Python and Zope - http://www.zope.org