Roundcube Community Forum

 

Mysql save Message

Started by seby20, May 27, 2010, 06:14:52 PM

Previous topic - Next topic

seby20

Hi, how do we save inbox message to the mysql database in the message table?
tks
Seby

SKaero

If you change $rcmail_config['enable_caching'] to true in the /config/main.inc.php it will store the email headers.

seby20

Hi, tks for your answer... Do you know if it's possible to save attachament on the server and mysql?

tks
Seby

SKaero

It's not, you may be able to do something like that with a plugin.

seby20

Hi, tks, do you have ideas or suggestion for plugin that could do that. And without the winmail.dat problem...

tks

Seby

SKaero

I don't know of any plugins that do that, I am not sure they are plugin hooks that could even do that.