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 !
Show message source (headers).
Quote from: alec;33311Show message source (headers).
Hi
Sorry, I don't understand, I'm new on Roundcude.
Thanks !
Enable imap_debug in Roundcube and show the log.
Quote from: alec;33327Enable imap_debug in Roundcube and show the log.
Hello
Could you step by step to test the debug ?
Thanks !
In /config/main.inc.php change:
$rcmail_config['imap_debug'] = false;
To:
$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.
Quote from: skaero;33358In /config/main.inc.php change:
$rcmail_config['imap_debug'] = false;
To:
$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 !
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.