spaetz/next still having problems with '.'

Dave Abrahams dave at boostpro.com
Sat Sep 24 05:00:04 BST 2011


This was due to a failure to send a correct password; I think the
password sent was probably the empty string.

on Fri Sep 23 2011, Dave Abrahams <dave-AT-boostpro.com> wrote:

> I added a few diagnostics before the trace.  This is the state in
> repository/Base.py:syncfoldersto
>
> ******** failed to get folder ''
> ******** dst_folder.getvisiblename() ''
> ******** dst_name '.'
>
>  ERROR: While attempting to sync account BoostPro:
>   Traceback (most recent call last):
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/accounts.py", line 214, in syncrunner
>     self.sync()
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/accounts.py", line 273, in sync
>     remoterepos.syncfoldersto(localrepos, statusrepos)
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/repository/Base.py", line 180, in syncfoldersto
>     folder = self.getfolder(newsrc_name)
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/repository/IMAP.py", line 244, in getfolder
>     return self.getfoldertype()(self.imapserver, foldername, self)
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/folder/IMAP.py", line 36, in __init__
>     name = imaputil.dequote(name)
>   File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/offlineimap/imaputil.py", line 41, in dequote
>     if not (string[0] == '"' and string[-1] == '"'):
> IndexError: string index out of range

-- 
Dave Abrahams
BoostPro Computing
http://www.boostpro.com





More information about the OfflineIMAP-project mailing list