roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.78k stars 1.62k forks source link

Managesieve vacation with HTML response message #5692

Open leandrogs opened 7 years ago

leandrogs commented 7 years ago

Here in my company, we use Roundcube in a large scale infrastructure and we are now implementing our skin to the settings page which include a vacation section. I realized that in Roundcube 1.1.0 there is no option to send vacation messages in HTML. Looking to RFC5230 - section 4.4, there is an example with MIME option and Content-Type: text/html;.

Is there any plan to develop such feature? We already have created this here in our project in a not OK way, maybe I could submit a PR and we can discuss a better implementation?

alecpl commented 7 years ago

There's a separate interface for managing sieve vacation implemented in managesieve plugin. This however, does not support HTML yet. PR for this feature would be very appreciated.

RabbitDuck commented 7 years ago

We also need the HTML editor in vacation filter creation. Is it possible to enable tinymce in managesieve plugin?

alecpl commented 7 years ago

@RabbitDuck As stated above, there's no such feature yet. It's not just the UI part, there's a need for full :mime parameter handling (RFC 5230).

RabbitDuck commented 7 years ago

Sure, it is not only the UI. As we are using the johndoh/sieverules plugin currently and a lot of users are already set up the HTML reply mail in their vacation filters. It is the only thing that stop us to upgrade to Roundcube 1.3 version (as sieverules is abandoned). Hope that you have time to enhance this plugin in the near future. Appreciate your effort. Thanks!

RichardLindhout commented 6 years ago

Would be a very nice feature to add

leecolarelli commented 5 years ago

We are looking for this too. Seems we will have to find another solution :(

mrkylegp commented 1 year ago

I'd also like to add HTML for my response messages via roundcube

hhappel commented 11 months ago

Hi! We're working on implementing this and plan to submit a PR soon.

bartnv commented 8 months ago

Any update you can share on this, @hhappel? This would be a nice feature to have.

medusared commented 6 months ago

We'd also like this feature!