Public bug reported:

When connecting to a Lotus Domino IMAP server, the following Python
traceback is printed:

Traceback:
  File "/usr/local/Cellar/offline-imap/6.5.4/libexec/offlineimap/accounts.py", 
line 234, in syncrunner
    self.sync()
  File "/usr/local/Cellar/offline-imap/6.5.4/libexec/offlineimap/accounts.py", 
line 290, in sync
    remoterepos.getfolders()
  File 
"/usr/local/Cellar/offline-imap/6.5.4/libexec/offlineimap/repository/IMAP.py", 
line 268, in getfolders
    imapobj = self.imapserver.acquireconnection()
  File 
"/usr/local/Cellar/offline-imap/6.5.4/libexec/offlineimap/imapserver.py", line 
294, in acquireconnection
    imaputil.imapsplit(listres[0])[1:]
  File "/usr/local/Cellar/offline-imap/6.5.4/libexec/offlineimap/imaputil.py", 
line 148, in imapsplit
    retval.append(m.group('quote'))

The problem apparently stems from Lotus IMAP wanting to use '\' as a
folder separator, and that is not catched by the regexp that offlineimap
uses.

More details at (in German): http://www.dfranke.com/blog/2012/08/20
/offlineimap-error-beim-syncen-mit-lotus-domino/

** Affects: offlineimap (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1100709

Title:
  error "'NoneType' object has no attribute 'group'" when connecting to
  Lotus Domino IMAP

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/offlineimap/+bug/1100709/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to