Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: pelucapampa on August 07, 2006, 11:46:13 AM

Title: Write HTML Mail
Post by: pelucapampa on August 07, 2006, 11:46:13 AM
Hello:
My question is, what posibillity for compose html mail.

Thanks

Ignacio
Title: Re: Write HTML Mail
Post by: tommywds on August 07, 2006, 04:35:16 PM
Hi there Ignacio

I too have wondered the same. I do a little web development and I think I might have an idea how to do so. I'll be playing tomorrow...

Watch this space.

If anyone is really keen and can't wait I'm going to be playing with FCK Editor - http://www.fckeditor.net/ Its amazing!
Title: Re: Write HTML Mail
Post by: jbouklas on August 07, 2006, 04:46:16 PM
Wow. FCK editor is great. That would be an awesome addition to RC.

-Jim
Title: Re: Write HTML Mail
Post by: tommywds on August 07, 2006, 04:49:38 PM
Well I can only try. If it works I'll make a proper Plug-In out of it ;)
Title: Re: Write HTML Mail
Post by: Scubes13 on August 07, 2006, 05:13:02 PM
I thought someone had done this once before. You may want to search the dev list to possibly save yourself some time and effort. Check out: http://search.gmane.org/?query=editor&group=gmane.mail.roundcube.devel

They were once playing around with TinyMCE within RC.

Kevin L.
Title: Re: Write HTML Mail
Post by: tommywds on August 07, 2006, 05:13:56 PM
I'm about 1/3 of the way there...

The templates for RC are not what I was expecting but I'll crack on again tomorrow. Also I suspect that we'll have to add the HTML headers to the email. Not
Code: [Select]
<HTML> etc but
Code: [Select]
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
Title: Re: Write HTML Mail
Post by: tommywds on August 07, 2006, 05:14:17 PM
Quote from: Scubes13
I thought someone had done this once before. You may want to search the dev list to possibly save yourself some time and effort. Check out: http://search.gmane.org/?query=editor&group=gmane.mail.roundcube.devel

They were once playing around with TinyMCE within RC.

Kevin L.
Wicked. Thanks :)
Title: Re: Write HTML Mail
Post by: misteriousj on October 14, 2006, 07:56:32 AM
I did it! FCKEditor works great with RC!

I just still have to fix some bugs
Title: Re: Write HTML Mail
Post by: keltong on November 28, 2006, 08:51:09 PM
Hi, it will be great if I can have the HTML features!