Author Topic: Convert rcube_message back to raw message string  (Read 2600 times)

Offline ktwalrus

  • Jr. Member
  • **
  • Posts: 15
Convert rcube_message back to raw message string
« on: February 10, 2014, 03:30:05 PM »
I'm a newbie trying to use the Roundcube Framework to fetch all messages from specific mailbox, reformat/change the from, to, cc, subject, and some other headers, and then convert rcube_message back to a raw message string for sending on to another mailbox.

I can't find a function to convert the internal rcube_message back to a string (or save it to a file).

How do I do this?