Author Topic: Use of framework to decode emails  (Read 3152 times)

Offline christof

  • Newbie
  • *
  • Posts: 2
Use of framework to decode emails
« on: July 16, 2017, 10:53:41 AM »
Hello,

first of all, I would like to thank all developers for this great mail client!

For a different php project I am working on, I would like to use the roundcube framework to decode emails. Is there an easy way to echo the html text (including inline images) or plain text (if it is not a html mail) using the framework?

Thanks in advance
christof



Offline christof

  • Newbie
  • *
  • Posts: 2
Re: Use of framework to decode emails
« Reply #1 on: July 18, 2017, 10:16:34 AM »
Hello,

I found a very easy soltution for my problem. I am using php-mime-mail-parser now.

Thanks.

Christof