Author Topic: Roundcube cannot open chinese attachement.  (Read 4311 times)

Offline leiw

  • Newbie
  • *
  • Posts: 4
Roundcube cannot open chinese attachement.
« on: February 17, 2011, 09:55:48 PM »
Hello,

I tried to open chinese attachement. If it has long chinese file name on word format that cannot be download. If it has short file name on word format that can open but the file name was confuse name.

Can edit some file to solve this problem?

Thanks !

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Roundcube cannot open chinese attachement.
« Reply #1 on: February 18, 2011, 03:00:26 AM »
Show message source (headers).

Offline leiw

  • Newbie
  • *
  • Posts: 4
Roundcube cannot open chinese attachement.
« Reply #2 on: February 18, 2011, 07:34:33 AM »
Quote from: alec;33311
Show message source (headers).


Hi

Sorry, I don't understand, I'm new on Roundcude.

Thanks !

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Roundcube cannot open chinese attachement.
« Reply #3 on: February 18, 2011, 08:45:30 AM »
Enable imap_debug in Roundcube and show the log.

Offline leiw

  • Newbie
  • *
  • Posts: 4
Roundcube cannot open chinese attachement.
« Reply #4 on: February 19, 2011, 05:57:50 AM »
Quote from: alec;33327
Enable imap_debug in Roundcube and show the log.

Hello

Could you step by step to test the debug ?

Thanks !

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Roundcube cannot open chinese attachement.
« Reply #5 on: February 19, 2011, 10:01:13 PM »
In /config/main.inc.php change:
Code: [Select]
$rcmail_config['imap_debug'] = false;
To:
Code: [Select]
$rcmail_config['imap_debug'] = true;
Then load the email that is having the problem in RoundCube, after that post the IMAP log located at /logs/imap. Make sure to remove your mail account password from the log before you post it.

Offline leiw

  • Newbie
  • *
  • Posts: 4
Roundcube cannot open chinese attachement.
« Reply #6 on: February 20, 2011, 03:56:50 AM »
Quote from: skaero;33358
In /config/main.inc.php change:
Code: [Select]
$rcmail_config['imap_debug'] = false;
To:
Code: [Select]
$rcmail_config['imap_debug'] = true;
Then load the email that is having the problem in RoundCube, after that post the IMAP log located at /logs/imap. Make sure to remove your mail account password from the log before you post it.

Hello

I can't see this line:

$rcmail_config['imap_debug'] = false;[/

I only can see this line:

$rcmail_config['debug_level'] = 1;


Thanks !

Offline alec

  • Hero Member
  • *****
  • Posts: 1,365
Roundcube cannot open chinese attachement.
« Reply #7 on: February 20, 2011, 06:25:01 AM »
Just use your brain. If you cannot find the line, just add it. If this will not produce logs/imap file, then you'll need to update the Roundcube.