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 1.5.0 -------------------- - conf.pl no longer offers UID support toggle, which is forced true in global.php Version 1.5.1 -- CVS -------------------- - Remove code related to non-UID-supporting IMAP servers. So, in version 1.5.0 there was a possibility to set $uid_support = false to get working dbmail + squirrelmail, but after 1.5.1, according to the RFC, squirrelmail doesn't support dbmail ;-( Is it really to add uid support? It was in dbmail-1.2.x. Best regards, Igor.
