Author Topic: Mysql save Message  (Read 3814 times)

Offline seby20

  • Newbie
  • *
  • Posts: 3
Mysql save Message
« 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Mysql save Message
« Reply #1 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.

Offline seby20

  • Newbie
  • *
  • Posts: 3
Attachments..
« Reply #2 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Mysql save Message
« Reply #3 on: May 28, 2010, 07:09:43 AM »
It's not, you may be able to do something like that with a plugin.

Offline seby20

  • Newbie
  • *
  • Posts: 3
Plugin Idea..
« Reply #4 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Mysql save Message
« Reply #5 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.