<div>Hi,</div><div><br></div><div>I'm using offlineimap 6.2.0+nmu2ubuntu1 on Ubuntu 10.04, and I'm attempting to download my gmail account for the first time. Unfortunately, it fails repeatedly on a particular message. Here are the last 8 debugging messages when running with "offlineimap -o -1 -d imap":</div>

<div><br></div><div>Last 8 debug messages logged for Copy message 192 from [Gmail]/Important prior to exception:</div><div>imap:   59:44.44 > DKDM173 UID FETCH 192 (BODY.PEEK[])</div><div>imap:   01:24.88 < * BYE System Error</div>

<div>imap:   01:24.88 <span class="Apple-tab-span" style="white-space:pre">     </span>matched r'\* (?P<type>[A-Z-]+)( (?P<data>.*))?' => ('BYE', ' System Error', 'System Error')</div>

<div>imap:   01:24.88 untagged_responses[BYE] 0 += ["System Error"]</div><div>imap:   01:24.88 BYE response: System Error</div><div>imap:   01:24.88 < DKDM173 NO System Error (Failure)</div><div>imap:   01:24.88 <span class="Apple-tab-span" style="white-space:pre">      </span>matched r'(?P<tag>DKDM\d+) (?P<type>[A-Z]+) (?P<data>.*)' => ('DKDM173', 'NO', 'System Error (Failure)')</div>

<div>imap:   01:24.88 NO response: System Error (Failure)</div><div><br></div><div>Here are the relevant sections of offlineimaprc:</div><div><br></div><div><div>[general]</div><div># NOTE: cronjob calls the quiet UI with -u</div>

<div>ui = TTY.TTYUI</div><div>accounts = GMail</div><div><br></div><div>[Account GMail]</div><div>localrepository = Gmail-Local</div><div>remoterepository = Gmail-Remote</div><div><br></div><div>[Repository Gmail-Local]</div>

<div>type = Maildir</div><div>localfolders = ~/Mail/GMail</div><div><br></div><div>[Repository Gmail-Remote]</div><div>type = Gmail </div><div>remoteuser = <a href="mailto:otakuj462@gmail.com">otakuj462@gmail.com</a></div>

<div>remotepass = password-goes-here</div><div>realdelete = no</div><div><br></div><div># line breaks added for readability</div><div>nametrans = lambda folder: re.sub('.*Spam$', 'spam', </div><div>    re.sub('.*Drafts$', 'drafts', </div>

<div>    re.sub('.*Sent Mail$', 'sent', </div><div>    re.sub('.*Starred$', 'flagged', </div><div>    re.sub('.*Trash$', 'trash', </div><div>    re.sub('.*All Mail$', 'archive', folder))))))</div>

<div><br></div></div><div><br></div><div>I'd appreciate any insight anyone may have as to why this may be failing. Thanks,</div><div><br></div><div>Jake</div>