RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Pending Issues

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 08-25-2006, 11:21 AM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default charset problem - weird looking display names in email headers

hello there,

strangely rc sends some kind of character encoding preamble and messes with the german umlaut "ü".
Quote:
=?UTF-8?Q?Maximilian_v._L=C3=BCdinghausen_
instead of
Quote:
Maximilian v. Lüdinghausen
does anyone know what s wrong with my config ? or is it a bug?
i'm really desprerate.
any idea would help!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 08-26-2006, 10:31 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: charset problem - weird looking display names in email headers

I have the same problem,only with norwegian letters:

From: =?UTF-8?Q?Bj=C3=B8rnar=20Lib=C3=A6k=20

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 08-27-2006, 05:34 AM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: charset problem - weird looking display names in email headers

outgoing emails are not sending with a name in my idendity with accent, like "René Salamanca"

I have to comment out line 57 in /program/steps/mail/sendmail.inc

but now, the outgoing email does not have a sender's name
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 08-27-2006, 06:53 PM
Registered User
 
Join Date: Aug 2006
Posts: 2
Downloads: 0
Uploads: 0
Default Re: charset problem - weird looking display names in email headers

I've seen a lot of people having this problem. why isn't someone looking into this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 08-27-2006, 11:37 PM
Registered User
 
Join Date: Aug 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: charset problem - weird looking display names in email headers

In this line on /program/steps/mail/sendmail.inc

$sent = smtp_mail($from, $a_recipients, $header_str, $msg_body);

Code:
$from = 'rjsalamanca@mydomain.com';

$header_str = 'MIME-Version: 1.0
0: rjsalamanca@mydomain.com
Date: Sun, 27 Aug 2006 18:32:19 -0400
From: =?UTF-8?Q?Ren=C3=A9_J._Salamanca_Vivas_<rjsalamanca@mydomain.com>?=
To: rjsalamanca@anotherdomain.com
Subject: Sender
Organization: =?UTF-8?Q?Ideas_Din=C3=A1micas?=
Message-ID: <f74d09ed97da09aadbe73b4f23226a66@localhost>
X-Sender: rjsalamanca@mydomain.com
User-Agent: RoundCube Webmail/0.1b
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 8bit';
what is wrong with that header_str ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 08-28-2006, 01:28 PM
Registered User
 
Join Date: Aug 2006
Posts: 1
Downloads: 0
Uploads: 0
Default Re: charset problem - weird looking display names in email headers

Replace code in line 111

From :
Code:
'From' => $identity_arr['string'],
To :
Code:
'From' => '=?'.$message_charset.'?Q?'.imap_8bit($identity_arr['name']).'?= <'.$identity_arr['email'].'>',
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 07:08 PM.


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