On Mon, May 18, 2015 at 01:00:36AM +0100, Richard Bradfield wrote: > Unfortunately, I also have a Microsoft account. > welcome to the club ...
> I'm getting two errors (and this is with -D -V and trimmed, otherwise > we'd be here all day): > > 12 OK FETCH Completed > -> new UID 64 on slave > Socket error on imap-mail.outlook.com (207.46.11.202:993): timeout. > i have no clue what is causing these. ignore, retry. there is a todo item that mbsync should retry by itself. > 50 OK FETCH Completed > -> new UID 29 on slave > TCH BAD Bad command. > IMAP error: unexpected tag TCH > > I don't know what this tag represents, and as Google hasn't been helpful > I suspect it's not exactly common. > tags aren't fixed. it's just something the client sends and expect back from the server. and mbsync definitely doesn't send such tags (it send plain numbers - the 12 and 50 above are tags). what you are most likely seeing is a random word from one of your mails. it's the result of a stream corruption. what exactly is happening is impossible to tell from what we have. you can get a complete log with -DN and look for weirdness. > Repeatedly running the isync eventually downloaded all mail, but it > still doesn't work properly, it does successfully download new mail to > the Inbox folder, but keeps giving this error every time it is run: > > Warning: channel outlook: slave Inbox cannot be opened and master > Inbox not empty. > the thing is that INBOX is special, and it's case-insensitive as far as imap is concerned, but not as far as mbsync is (the reasons for that are complicated; see also commit 6f2160f13). get the casing consistent and it will work. the tool to debug that are the -l, -DM, and maybe -Dn options. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel