Roundcube Community Forum

Release Support => Requests => Topic started by: Zulan on August 10, 2010, 02:50:24 PM

Title: setting sent folder per identity
Post by: Zulan on August 10, 2010, 02:50:24 PM
I would like to set a different sent folder per identity.

In my opinion this is critical for using multiple identities.

This is also loosely connected to another request:

http://www.roundcubeforum.net/5-release-support/16-requests/6831-sent-folders.html
Title: setting sent folder per identity
Post by: SKaero on August 10, 2010, 11:42:03 PM
It could be done with a plugin.
Title: setting sent folder per identity
Post by: Zulan on August 11, 2010, 03:32:17 PM
Do you have a quick idea how to approach this with a plugin?

I have had a quick look at the compose / sendmail process. I assume it could either be done by linking the two dropboxes for identity and sent folder (I do not know how exactly the rc ajax framework works) - or does it require to remove the sent folder dropbox (reppectively adding a fake "use default" entry) and read the default during message sent from the db.
Title: setting sent folder per identity
Post by: SKaero on August 12, 2010, 02:05:12 AM
I would do it by adding a "sent folder" option in the identity settings and then change the sent folder drop down when the identity was changed. That way it could be overwritten if desired.
Title: setting sent folder per identity
Post by: rosali on August 12, 2010, 07:51:34 AM
Also please have a look on my 'saveinsamefolder' plugin (myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com)).