Roundcube Community Forum

Recycle Bin => Recycle Bin => Topic started by: EricS on August 11, 2006, 11:58:18 AM

Title: RoundCube with TinyMCE editor
Post by: EricS on August 11, 2006, 11:58:18 AM
I have been working on integrating Moxiecode's TinyMCE editor (version 2.0.6.1) into RoundCube, for composing HTML e-mail messages. The changes are extensive enough that it would be difficult to release as a simple patch, so I've packaged up an entire distribution (based on the recently releasd "Beta 2" version) that includes my changes as well as the TinyMCE distribution:

http://stadtherr.bounceme.net/files/roundcubemail_tinymce_v0.1beta2.tar.gz

The changes include:

Enjoy!
-Eric
Title: Re: RoundCube with TinyMCE editor
Post by: simplistsims on August 12, 2006, 07:50:48 AM
cheers for this! this is a major addon which will hopefully get the support of everyone. Me thinks this should be added as a perminant feature to the next roundcube release! :P
Title: Re: RoundCube with TinyMCE editor
Post by: simplistsims on August 12, 2006, 08:19:38 AM
I've noticed one thing, In firefox the smilies box and colors are not aligned right. and the spell checker says its all correct even though i put errors in their!
Title: Re: RoundCube with TinyMCE editor
Post by: markg85 on August 12, 2006, 11:04:31 PM
wonderfull :D i didn`t try it out yet buf looking from your previous releases of tinymce it`s just wonderfull :)
Title: Re: RoundCube with TinyMCE editor
Post by: rawe on August 13, 2006, 05:49:55 AM
Hi Eric

Thank you very much for your great work!
I agree with some of the other guys that this 'patch' should be included in the next official release of Roundcube.
Normal users expect HTML-editing capabilities in a modern webmail application and this is one of the last features that Roundcube misses compared to other webmail solutions (like Hotmail, Gmail, Yahoo etc.).

Are you discussing the inclusion of your 'patch' with the primary developers of Roundcube? If not, why?

And just a couple of minor errors I've noticed with your latest release:


Nothing too serious, but still...
Hope you have the time and ressources to take a look at these minor errors (as I suck at PHP and therefore cannot correct the errors myself).

And a feature request:
Several of my users are asking for the possibility to make HTML signatures. Would it be a problem to turn the signature editing into a TinyMCE editor as well?

Once again: thank you for your work. It is a major (and needed) upgrade of Roundcube!

   Best

   Rasmus Wehner
   Denmark
Title: Re: RoundCube with TinyMCE editor
Post by: EricS on August 15, 2006, 05:34:27 PM
Rasmus and others,

Thanks for the feedback! Some comments:


I'm currently talking with the primary developers to work out a plan for branching and/or integrating this work. Stay tuned!
-Eric
Title: Re: RoundCube with TinyMCE editor
Post by: jodo on August 17, 2006, 08:23:57 AM
Thx for your effort, this is a great modification. I really think it should become part of the actual program...
Title: Re: RoundCube with TinyMCE editor
Post by: st0kes on August 17, 2006, 04:16:02 PM
This is awesome. Thanks for posting!
Title: Re: RoundCube with TinyMCE editor
Post by: Pete on August 22, 2006, 08:56:19 AM
Just to add my support for HTML signatures - this is one of the few things preventing the app from being used more widely for business use.

It's a teriffic tool and with this wysiwig editor integration and the possibility of signatures in a future release it will definitely be an option that will be considered by many more users.
Title: Re: RoundCube with TinyMCE editor
Post by: LukaszP on August 25, 2006, 12:07:13 PM
You do good job!

I think it should be in RoundCube on next release.

Problem whit spell I think it should be resolved by aspell because most webhosting provider install it on server and it's multilang.
Title: Re: RoundCube with TinyMCE editor
Post by: Reload on August 25, 2006, 01:46:56 PM
Can somebody plz post some screenshot's to see it ???
Title: Re: RoundCube with TinyMCE editor
Post by: Chadi on August 29, 2006, 03:39:29 PM
Great module Eric thank you very much.

Just curious if you have an update on the signature add-on.

Thanks again.
Title: Re: RoundCube with TinyMCE editor
Post by: EricS on August 29, 2006, 03:57:39 PM
I have the HTML editing and saving of the signature working. All I have left to do is change the JavaScript client code to be able to insert the HTML signature into the message being edited (initially and if you change identities). The code is easy enough, I just need to work out some timing issues relative to the loading of the page and the initialization of the TinyMCE editor.

Stay tuned for updates...
-Eric
Title: Re: RoundCube with TinyMCE editor
Post by: ajciancio on August 30, 2006, 09:05:09 AM
Thank you EricS,

I need put a image in email, the image i send like a attach file, but i dont know how i can place at email body.
are there any way to do this?

Thank you,

PD:
Sorry but my english, i need study a little more :D
Title: Re: RoundCube with TinyMCE editor
Post by: Lindhardsen on August 31, 2006, 07:55:32 AM
Quote from: EricS Stay tuned for updates...
-Eric


Eric, really nice initiative you have made here.

I like many others are eagerly waiting for the update ;)
Title: Re: RoundCube with TinyMCE editor
Post by: Pete on September 01, 2006, 09:35:16 AM
This combined with the other mod I spotted to create and administrate email accounts from within Roundcube are definitely going to make this software the best.
Title: Re: RoundCube with TinyMCE editor
Post by: loskinski on September 01, 2006, 10:03:20 PM
I really like your "patch." I just have one question/problem. When I am going to forward and email that has some pictures in it, they do not actually show up in email editor (or when I send it). But if i view the original email roundcube displays the email correctly and shows the pictures.

Is there some way that I can fix this? It would be great to be able to forward an email that is displaying some pictures.

Thanks!

Dave
Title: Re: RoundCube with TinyMCE editor
Post by: Barti on September 08, 2006, 04:39:30 PM
Quote from: EricS The changes include:
  • If the HTML editor is used, the MIME message is built with a top-level "text/html" content type. Otherwise, the normal "text/plain" content type is included.

If the HTML editor is used, is a textual version of the message created as well, and included automatically? If not, could it be an option?

Looks good though,

Steve
Title: Re: RoundCube with TinyMCE editor
Post by: EricS on September 14, 2006, 12:18:09 AM
The TinyMCE code is now part of the trunk in Subversion (rev345). If you feel like grabbing an "unstable" Subversion release, feel free, otherwise you can wait for the next milestone release.
I've added HTML signature support, as well as multipart/alternative message sending (with plain and HTML parts).
-Eric
Title: Re: RoundCube with TinyMCE editor
Post by: rawe on September 14, 2006, 08:07:17 AM
Hi Eric

This is great news. I'll try to get a SVN version right away.
Thank you for your support. It makes RoundCube sooo much better!

   Best

   Rasmus Wehner
   Denmark
Title: Re: RoundCube with TinyMCE editor
Post by: jstephens on September 19, 2006, 05:15:08 PM
I've been wondering about HTML message composition. I'll download and play with this right away.

Out of curiosity, why the choice of TinyMCE as the WYSIWYG editor? Sorry if this has been brought up and discussed already. Even though Ive been playing around with RoundCube for quite a while I've neglected coming to and participating in the forums until today.
Title: Re: RoundCube with TinyMCE editor
Post by: ninext on December 11, 2006, 08:07:47 AM
Manually implement TinyMCE ... how to??
Title: Re: RoundCube with TinyMCE editor
Post by: yllar on December 11, 2006, 08:15:05 AM
Quote from: ninext Manually implement TinyMCE ... how to??
why ?
Title: Re: RoundCube with TinyMCE editor
Post by: ninext on December 11, 2006, 08:19:29 AM
I've just a RC installation .... and I'm scared abuot an upgrade??
Title: Re: RoundCube with TinyMCE editor
Post by: Reload on December 11, 2006, 10:09:25 AM
Within the SVN TinyMCE is working because other forum members spend time to make it work...
so why do a manually installations... ?
Title: Re: RoundCube with TinyMCE editor
Post by: ninext on December 11, 2006, 10:57:58 AM
I've installed the version with TinyMCE included .... everything works ... but now when I send a message with one attachment the recipient receive the attachment corrupted (each file is 50 or 60 B) ..

How can I do??? ...

 

 
 

 
Title: Re: RoundCube with TinyMCE editor
Post by: EricS on December 25, 2006, 05:24:17 PM
Are you still seeing this behavior? Can you post the "source" text of the corrupted mail message, either in the forum or in a ticket?
-Eric