Re: [Dbmail-dev] uid support

2004-03-16 Thread Aaron Stone
Neat! All of those should be filed as bugs with their respective projects. Just because you got garbage on the wire does not allow you to go crashing into segfaults and running around looking for negative numbers everywhere. Umm, and we should fix our end to be standards compliant, too... Aaron

Re: [Dbmail-dev] uid support

2004-03-16 Thread Paul F. De La Cruz
Well just from reading the the RFC (3501 I believe.. could be wrong hmm...) one problem I find with using 64-bit values is that the UID is specified as 32 bit. UIDVALIDITY is also 32 bit. Our company was doing some testing using 64-bit values for UID's and ran into big problems with Outlook wrap

Re: [Dbmail-dev] uid support

2004-03-16 Thread Ilja Booij
Does anybody know what the problem is with our implementation of the UID command? Ilja Igor Olemskoi wrote: Hello, This is a cut from squirrelmail's global.php: /* Since we decided all IMAP servers must implement the UID command as defined in * the IMAP RFC, we force $uid_support to be on

[Dbmail-dev] uid support

2004-03-16 Thread Igor Olemskoi
Hello, This is a cut from squirrelmail's global.php: /* Since we decided all IMAP servers must implement the UID command as defined in * the IMAP RFC, we force $uid_support to be on. */ global $uid_support; $uid_support = true; And the following cuts is from squirrelmail's ChangeLog: Version