Roundcube Community Forum

Release Support => Pending Issues => Topic started by: ncpnc on December 16, 2008, 08:42:55 AM

Title: Attachment with non-latin chars in name= internal error
Post by: ncpnc on December 16, 2008, 08:42:55 AM
I'm using Roundcube 0.2-beta FreeBSD port. Everything works fine but there's an annoying bug when non-latin characters are in attachment name. For example I can attach file named
aącć.jpeg but when I try to send an email I got:

[An internal error occured. Please try again. ] on top of roundcube window.

Also it's impossible to delete file once attached if it includes non-latin chars.

When I try to send file names ac.jpeg or any other without non-latin chats I have no problems.

I didn't found open ticket on this issue, should I provide more info?

I believe it's the same issue: http://www.roundcubeforum.net/general-discussion/3821-problem-forwarding-email-attachment.html
Title: Attachment with non-latin chars in name= internal error
Post by: ncpnc on January 07, 2009, 05:04:27 PM
This problem is really annoying and I still didn't found solution. I've got 2 FreeBSD based servers and almost exactly the same apache 2.2 + roundcube + exim + dovecot configuration. First one server is i386 based and is sending attachements correctly, second one which is amd64 based unfotunately gives [An internal error occured. Please try again.] while using non-latin characters in attachement filename. Both have the same roundcube version from latest FreeBSD port which is 'roundcube-0.2.b2,1'. Please someone help me debug this because even with loglevel 8 roundcube logs says nothing more than:
 Sendmail error;
NULL
I
Title: Attachment with non-latin chars in name= internal error
Post by: Julius Caesar on January 08, 2009, 03:34:56 AM
I'm not familiar with exim, but what does the exim-log say when you try to send an attachment with special characters in the name?
Title: Attachment with non-latin chars in name= internal error
Post by: ncpnc on January 08, 2009, 04:05:06 AM
Exim log says nothing... it seems that roundcube don't even try to send those emails (and probably that's why it's INTERNAL error) ;)
Title: Attachment with non-latin chars in name= internal error
Post by: ncpnc on January 09, 2009, 04:09:06 AM
Today FreeBSD port of Roundcube was updated to 0.2 relaese. I've updated database and double checked differences in new config file. New setting:

$rcmail_config['mime_param_folding']

give me new hope. Unfortunately neither setting option 0,1 or 2 fix my problem. Attachements with non-ascii characters still making internal error while trying to send emails and nothing more in logs :(
How may I debug this error?
Title: Attachment with non-latin chars in name= internal error
Post by: RCK on January 09, 2009, 10:16:00 AM
Hello ncpnc,

I have exactly the same problem !
I really think it's one bug in the roundcube engine.
My best suggestion to make roundcube team fix this problem is to open one new bug ticket in Trac. I have done it one time ago and they read & fix my old problem :)

Available Reports ? RoundCube Webmail ? Trac (http://trac.roundcube.net/report)
(create one account there first)
Title: Attachment with non-latin chars in name= internal error
Post by: ncpnc on January 12, 2009, 08:06:48 AM
OK, here's ticket:
#1485681 (Internal error while sending emails when attachment filenames contain non-ascii characters) ? RoundCube Webmail ? Trac (http://trac.roundcube.net/ticket/1485681)
Please comment there if you also experience this problem.