There were a critical bug when you used imap authentication in version 1.11. This release should fix that. Download here. Thanks to Matt Glaves for reporting this.
The demo has also been updated to version 1.12. Login with demo/demo as username/password.
This entry was posted
on Thursday, May 20th, 2004 at 8:42 pm and is filed under phpsaadmin.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.
May 21st, 2004 at 10:27 pm
Whitelisting does not seem to save values in mysql table
May 21st, 2004 at 10:48 pm
It is working fine on the demo page.
May 21st, 2004 at 11:11 pm
Not when you hit update settings, might be a browser problem have not tested in IE just mozilla
May 22nd, 2004 at 12:26 am
It seems that Mozilla is a bit more picky than IE when it comes to javascripts. Just replace “var select = sa.elements[blackwhitelists[x]];” with “var select = document.forms.sa.elements[blackwhitelists[x]];” in index.php