Working 6.3.4 config breaks in 6.5.2.1
Michael Williams
mike at pentangle.net
Fri Feb 10 13:11:41 GMT 2012
Hi,
my working 6.3.4 configuration fails in 6.5.2.1. Here's the config (with the fully-qualified server name replaced with [SNIP]).
[general]
accounts = mpe
ui = blinkenlights
pythonfile = ~/usr/bin/get_pw.py
[Account mpe]
localrepository = localmpe
remoterepository = remotempe
presynchook = imapfilter
postsynchook = notmuch new
[Repository localmpe]
type = Maildir
localfolders = ~/.mail/mpe
[Repository remotempe]
type = IMAP
remotehost = imaps.[SNIP]
remoteuser = williams
ssl = yes
nametrans = lambda foldername: re.sub('^INBOX.', '', foldername)
maxconnections = 5
remotepasseval = get_pw("imaps.[SNIP]")
Here's this working with 6.3.4 (I manually aborted it to truncate the output, but it does complete).
palatino:~$ offlineimap -u ttyui
OfflineIMAP 6.3.4
Copyright 2002-2011 John Goerzen & contributors.
Licensed under the GNU GPL v2+ (v2 or any later version).
Account sync mpe:
***** Processing account mpe
Calling hook: imapfilter
Hook stdout:
Hook stderr:
Hook return code: 0
Copying folder structure from IMAP to Maildir
Establishing connection to imaps.[SNIP]:993.
Folder sync [mpe]:
Syncing INBOX: IMAP -> Maildir
Syncing INBOX.archive: IMAP -> Maildir
Syncing INBOX.cranks: IMAP -> Maildir
Syncing INBOX.drafts: IMAP -> Maildir
Syncing INBOX.lists: IMAP -> Maildir
Establishing connection to imaps.[SNIP]:993.
Establishing connection to imaps.[SNIP]:993.
Establishing connection to imaps.[SNIP]:993.
Establishing connection to imaps.[SNIP]:993.
Syncing INBOX.lists.2005: IMAP -> Maildir
Syncing INBOX.lists.2005.macosx-tex: IMAP -> Maildir
Syncing INBOX.lists.2006: IMAP -> Maildir
Syncing INBOX.lists.2006.macosx-tex: IMAP -> Maildir
Syncing INBOX.lists.2006.numpy-discussion: IMAP -> Maildir
Syncing INBOX.lists.2006.scipy-user: IMAP -> Maildir
Syncing INBOX.lists.a2ps: IMAP -> Maildir
Syncing INBOX.lists.astrolrnr: IMAP -> Maildir
^CCTRL-C pressed, aborting...
And here it is failing with 6.5.2.1.
palatino:~$ offlineimap -u ttyui
OfflineIMAP 6.5.2.1
Licensed under the GNU GPL v2+ (v2 or any later version)
Account sync mpe:
*** Processing account mpe
Calling hook: imapfilter
Hook stdout:
Hook stderr:
Hook return code: 0
Establishing connection to imaps.[SNIP]:993
Creating new IMAP folder 'oxford.2007.iaus245mac' on server remotempe
ERROR: Creating folder oxford.2007.iaus245mac on repository remotempe
Folder 'oxford.2007.iaus245mac'[remotempe] could not be created. Server responded: ('NO', ['Unknown namespace.'])
ERROR: Folder 'oxford.2007.iaus245mac'[remotempe] could not be created. Server responded: ('NO', ['Unknown namespace.'])
*** Finished account 'mpe' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: Creating folder oxford.2007.iaus245mac on repository remotempe
Folder 'oxford.2007.iaus245mac'[remotempe] could not be created. Server responded: ('NO', ['Unknown namespace.'])
ERROR: Folder 'oxford.2007.iaus245mac'[remotempe] could not be created. Server responded: ('NO', ['Unknown namespace.'])
Any suggestions?
Mike
More information about the OfflineIMAP-project
mailing list