Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: Brave Dave on August 07, 2008, 09:40:55 AM

Title: Horde Webmail
Post by: Brave Dave on August 07, 2008, 09:40:55 AM
Not sure if anyone else has come accross this but

by default horde does not save attachements in th sent items folder - e.g. if you send an attached pdf it sends it to the recipient but strips it on the way to the sent items folder

you have to set the option in the client configuration

yuck !
Title: Re: Horde Webmail
Post by: cactus on August 07, 2008, 01:58:28 PM
Not sure if anyone else has come accross this but

by default horde does not save attachements in th sent items folder - e.g. if you send an attached pdf it sends it to the recipient but strips it on the way to the sent items folder

you have to set the option in the client configuration

yuck !

Please report issues like this in the bugtracker, this way it is most likely not picked up by the devs and the improvement might make it to SME Server's next release(s).
Title: Re: Horde Webmail
Post by: mercyh on August 07, 2008, 03:42:51 PM
7.3 does not have webmail set to automatically save attachments in the sent message folder, however on the mail composition screen it gives you the option to save the attachment with the message.
Title: Re: Horde Webmail
Post by: mrjhb3 on August 08, 2008, 01:27:33 AM
7.3 does not have webmail set to automatically save attachments in the sent message folder, however on the mail composition screen it gives you the option to save the attachment with the message.

That is correct and is in fact the default setting for horde.  If you want that feature enable for all of your users by default, you can create a custom-template in imp/config/prefs.php.  Edit 330save_attachments.  I do believe if a user has already logged in and specifically changed their setting in options, then changing it in prefs.php won't have any effect.

John
Title: Re: Horde Webmail
Post by: Brave Dave on August 08, 2008, 02:19:19 AM
That is correct and is in fact the default setting for horde.  If you want that feature enable for all of your users by default, you can create a custom-template in imp/config/prefs.php.  Edit 330save_attachments.  I do believe if a user has already logged in and specifically changed their setting in options, then changing it in prefs.php won't have any effect.

John

Now that's an answer !
Thanks John