Fixing an error reported by fran at his.com:
Saving attachments causes an error:
"You don't have permission to access /horde/imp/download/
on this server." and an error is reported in
/var/log/httpd-error.log: [error] [client aaa.bbb.ccc.ddd]
client denied by server configuration:
/usr/local/www/horde/imp/download
$LOCALBASE/etc/horde/httpd.conf.imp was protecting horde/imp/download/
(my mistake), but IMP uses this as a pseudo-directory, and it must be
readable by your clients.
PR: ports/51100
Submitted by: Thierry Thomas <thierry@pompo.net>
- Several workarounds for buggy browser behaviour when downloading
attachments
- Warning before a user session times out
- Allow creation of folder names in other charsets than iso-8859-1
- New image mime type viewer
- VFS (Virtual Filesystem) support for attachments in composed messages
- New translations: Bulgarian, Lithuanian, Romanian, Latvian, Catalan
- Many bug fixes.
PR: ports/48645
Submitted by: Thierry Thomas <thierry@pompo.net>