RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Release Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 05-19-2007, 07:36 AM
Registered User
 
Join Date: May 2007
Posts: 2
Downloads: 0
Uploads: 0
Default Outgoing Charset Encoding

Hi,

I am new to roundcube webmail. I installed beta2 a couple of days ago, and was so happy since I finally found a multilingual webmail client which works without flaws in Japanese. Although my excitement went a bit downhill after upgrading to rc-1, because I missed an important feature. I am not able to set the charset for outgoing emails anymore. Default seems to be now UTF-8.

I believe before the default was UTF-8 and for individual messages the user was able to change it to another encoding. That's I believe would be the best approach. Look at Thundermail which does it exactly that way.

In japan UTF8 is not as widespread as it should. Most Japanese cellphones doesn't support it. Same with corporate email software sometimes. I am sure also in other languages there is the same issue.

So please help me, I want that feature back

Otherwise... roundcube is amazing! I just love it!

Thomas
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-19-2007, 08:09 AM
Registered User
 
Join Date: May 2007
Posts: 2
Downloads: 0
Uploads: 0
Default Re: Outgoing Charset Encoding

okay... found a solution so far...

Seems that the function was only removed in the template itself. So modifying the compose.html so that the charset selecter is back wasn't very difficult...

But anyway... it would be nice to understand why this was removed.

Thomas



Edit compose.html


Replace the following
---
<div>
<roundcube:button type="input" command="send" class="button" label="sendmessage" />
<roundcube:button type="input" command="list" class="button" label="cancel" />
</div>


By the Following
---
<table border="0" cellspacing="0" width="100%" summary=""><tbody><tr>

<td>
<roundcube:button type="input" command="send" class="button" label="sendmessage" />
<roundcube:button type="input" command="list" class="button" label="cancel" />
</td>
<td align="right">
<roundcube:label name="charset" />:&nbsp;<roundcubebject name="charsetSelector" tabindex="8" />
</td>

</tr></tbody></table>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-20-2007, 09:45 AM
Registered User
 
Join Date: Jul 2007
Posts: 35
Downloads: 1
Uploads: 0
Default Re: Outgoing Charset Encoding

You are right!

I prefer the following:

<div>
<roundcube:button type="input" command="send" class="button" label="sendmessage" />
<roundcube:button type="input" command="list" class="button" label="cancel" />&nbsp;&nbsp;
<roundcube:label name="charset" />:&nbsp;<roundcubebject name="charsetSelector" tabindex="8" />
</div>


Rgds.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 09:54 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community