Hello list
I've just discovered something I would call a bug. If you try to
download attachment in IE while connected via SSL you recieve something
like IE was unable to open site etc ...
I've solved this problem by adding session_cache_limiter('public');
before session_start; in horde/lib/register.php
Just want to tell to all IE users ... : )
Hawk