<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-10-18 12:28 GMT-07:00 Ingo <span dir="ltr"><<a href="mailto:esprit1st@gmail.com" target="_blank">esprit1st@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Creating folder Sent[Remote]<br>
 ERROR: Creating folder Sent on repository Remote<br>
  Folder 'Sent'[Remote] could not be created. Server responded: ('NO',<br>
['Invalid mailbox name.'])<br>
 ERROR: Folder 'Sent'[Remote] could not be created. Server responded: ('NO',<br>
['Invalid mailbox name.'])<br>
<br>
Am I missing something? Please give me a hint.<br></blockquote></div><br></div><div class="gmail_extra">OK, so figured that out as well. Even though it's a one way sync the local repository needs to be matched with the folder names against the remote repository. So it was necessary to add a "nametrans = lambda folder: 'INBOX.' + folder" to the local repository as well. It might be a good idea to point that out a little bit more ... :-)<br><br></div></div>