Roundcube Community Forum

Release Support => Release Discussion => Topic started by: seby20 on May 27, 2010, 06:14:52 PM

Title: Mysql save Message
Post by: seby20 on May 27, 2010, 06:14:52 PM
Hi, how do we save inbox message to the mysql database in the message table?
tks
Seby
Title: Mysql save Message
Post by: SKaero on May 28, 2010, 06:03:46 AM
If you change $rcmail_config['enable_caching'] to true in the /config/main.inc.php it will store the email headers.
Title: Attachments..
Post by: seby20 on May 28, 2010, 06:42:57 AM
Hi, tks for your answer... Do you know if it's possible to save attachament on the server and mysql?

tks
Seby
Title: Mysql save Message
Post by: SKaero on May 28, 2010, 07:09:43 AM
It's not, you may be able to do something like that with a plugin.
Title: Plugin Idea..
Post by: seby20 on May 28, 2010, 01:00:50 PM
Hi, tks, do you have ideas or suggestion for plugin that could do that. And without the winmail.dat problem...

tks

Seby
Title: Mysql save Message
Post by: SKaero on May 29, 2010, 02:53:38 AM
I don't know of any plugins that do that, I am not sure they are plugin hooks that could even do that.