<div>I have just installed v6.5.2.1 on MacOS X Lion using Homebrew. I have customized the simple configuration for a single imap account on my company's Lotus Notes based server. When I attempt to start the first sync, I first get queries for my password and then I get the following error. I could not find any answers quickly using Google. Can anyone throw some light on this issue? Am I doing something stupid?</div>
<div><br></div><div> *** Finished account 'Cleartrip' in 0:04</div><div>[thread]: Unregister thread 'Account sync Cleartrip'</div><div>ERROR: Exceptions occurred during the run!</div><div>ERROR: While attempting to sync account 'Cleartrip'</div>
<div>  'NoneType' object has no attribute 'group'</div><div><br></div><div>Traceback:</div><div>  File "/usr/local/Cellar/offline-imap/<a href="http://6.5.2.1/libexec/offlineimap/accounts.py">6.5.2.1/libexec/offlineimap/accounts.py</a>", line 231, in syncrunner</div>
<div>    self.sync()</div><div>  File "/usr/local/Cellar/offline-imap/<a href="http://6.5.2.1/libexec/offlineimap/accounts.py">6.5.2.1/libexec/offlineimap/accounts.py</a>", line 287, in sync</div><div>    remoterepos.getfolders()</div>
<div>  File "/usr/local/Cellar/offline-imap/<a href="http://6.5.2.1/libexec/offlineimap/repository/IMAP.py">6.5.2.1/libexec/offlineimap/repository/IMAP.py</a>", line 266, in getfolders</div><div>    imapobj = self.imapserver.acquireconnection()</div>
<div>  File "/usr/local/Cellar/offline-imap/<a href="http://6.5.2.1/libexec/offlineimap/imapserver.py">6.5.2.1/libexec/offlineimap/imapserver.py</a>", line 298, in acquireconnection</div><div>    imaputil.imapsplit(listres[0])[1:]</div>
<div>  File "/usr/local/Cellar/offline-imap/<a href="http://6.5.2.1/libexec/offlineimap/imaputil.py">6.5.2.1/libexec/offlineimap/imaputil.py</a>", line 152, in imapsplit</div><div>    retval.append(m.group('quote'))</div>