<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I came across an interesting problem after upgrading to 2.4.0. I had a user report that they could retrieve their mail on their Blackberry (and I verified that Outlook and other clients seemed to work OK).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>However, on the Squirrelmail client, their Inbox appeared to be empty, but other folders such as Sent and Trash showed messages. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I looked at a few other accounts on the system and none exhibited the same problem (the inbox appearing to be empty in Squirrelmail, but in fact it isn’t).<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I looked at the IMAP commands being sent between Cyrus and Squirrelmail.. maybe there was a difference between a INBOX that came up ok and an INBOX that didn’t.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On the one which worked, I found what I’d expect:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>. SELECT INBOX<o:p></o:p></p><p class=MsoNormal>* 754 EXISTS<o:p></o:p></p><p class=MsoNormal>* 0 RECENT<o:p></o:p></p><p class=MsoNormal>* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)<o:p></o:p></p><p class=MsoNormal>* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UNSEEN 1] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UIDVALIDITY 1147860021] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UIDNEXT 2976] Ok<o:p></o:p></p><p class=MsoNormal>* OK [HIGHESTMODSEQ 1] Ok<o:p></o:p></p><p class=MsoNormal>* OK [URLMECH INTERNAL] Ok<o:p></o:p></p><p class=MsoNormal>. OK [READ-WRITE] Completed<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On one which did not work, I found:<o:p></o:p></p><p class=MsoNormal>. SELECT INBOX<o:p></o:p></p><p class=MsoNormal>* 76 EXISTS<o:p></o:p></p><p class=MsoNormal>* 0 RECENT<o:p></o:p></p><p class=MsoNormal>* FLAGS (\Answered \Flagged \Draft \Deleted \Seen)<o:p></o:p></p><p class=MsoNormal>* OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen \*)] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UNSEEN 1] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UIDVALIDITY 0] Ok<o:p></o:p></p><p class=MsoNormal>* OK [UIDNEXT 1189] Ok<o:p></o:p></p><p class=MsoNormal>* OK [HIGHESTMODSEQ 1] Ok<o:p></o:p></p><p class=MsoNormal>* OK [URLMECH INTERNAL] Ok<o:p></o:p></p><p class=MsoNormal>* 1 FETCH (FLAGS () UID 110)<o:p></o:p></p><p class=MsoNormal>* 2 FETCH (FLAGS () UID 561)<o:p></o:p></p><p class=MsoNormal>* 3 FETCH (FLAGS () UID 796)<o:p></o:p></p><p class=MsoNormal>* 4 FETCH (FLAGS () UID 797)<o:p></o:p></p><p class=MsoNormal>…cut…<o:p></o:p></p><p class=MsoNormal>* 76 FETCH (FLAGS () UID 1188)<o:p></o:p></p><p class=MsoNormal>. OK [READ-WRITE] Completed<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What are all these FETCH lines? Why would they appear for one inbox and not another? (I’m trying to read through the RFCs to see if this is expected/normal stuff)… otherwise, im having a hard time figuring out if this is a Cyrus issue or a SM incompatibility issue somehow.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I’ve even wiped out all of this user’s cyrus.* files and reconstruct –r them<o:p></o:p></p><p class=MsoNormal>--robert<o:p></o:p></p></div></body></html>