<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">On 16 Jul 2019, at 11.41, Emil Kalchev <<a href="mailto:ekalchev@hotmail.com" class="">ekalchev@hotmail.com</a>> wrote:<br class=""><div><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><div class="WordSection1" style="page: WordSection1; caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">There is no error in the server logs. I checked those particular folders on the server and they don’t seems to have anything special about them, like permission or etc.<o:p class=""></o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class=""><o:p class=""> </o:p></div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Yes, calling STATUS on those particular folders returns the status. The folders can be opened and they have emails in them so nothing special about those folders.</div></div></div></blockquote><div><br class=""></div><div><a href="https://github.com/dovecot/core/blob/master/src/imap/cmd-list.c#L195" class="">https://github.com/dovecot/core/blob/master/src/imap/cmd-list.c#L195</a> seems to have a bug. If LIST is requesting SUBSCRIBED results, and it finds there is a folder that is not subscribed but has a child that is subscribed, then the parent isn't requested for STATUS. That matches:</div><div><br class=""></div><div>S: * LIST (\HasChildren \UnMarked) "." INBOX.spam.&-BD0EOQQ9BDkEPQ-<br class="">S: * LIST (\Subscribed \HasChildren \UnMarked) "." INBOX.spam.&-BD0EOQQ9BDkEPQ-.jhfhg<br class=""></div><div><br class=""></div><div>But in your LIST output INBOX.Archive didn't have any children, so I'm not sure if that's the same issue or not.</div></div><br class=""></body></html>