Looking at the list of bugs in 2.0rc3, I think we're in good shape for 2.0rc4:
Before the final release of DBMail 2.0, there are some things
we still need to resolve:
- dbmail-lmtp has an error which sends it out of sync with the
lmtp-client from the MTA after receiving more then 1 message
Ilja figured out the parts of the LMTP RFC that I had misinterpreted, and I
wrote the patches to fix it.
- Connections with Mozilla are flakey
Ilja figured this one out and fixed it; CVS has been working well for me.
- Some database queries and indexes have to be optimized
I just got rid of half a dozen queries during message insertion :-)
- The MD5 calculation we use does not work on AMD Opteron systems
Leif Jackson helped me to track down the wordsize and endianness problems.
Was there anything else on anybody's mind that needed fixing? Especially given
my changes in the delivery/sorting layer and Ilja's changes to IMAP, 2.0rc4
should probably go out pretty soon to get some more user testing!
Aaron