Hello guys,
First of all, thank you for the great job so far! As I installed Roundcube yesterday in the company's server, I was forced to edit the source code and do:
In the main.inc: ..
<td>$fields[pass]</td> <input name="_host" value="127.0.0.1" type="hidden" /> </tr></table> $form_end ..
That is, I forced it to use 127.0.0.1 as server, so my users won't have to type it everytime. I coulnd't find any config for that.
In the sendmail.inc: .. // encoding settings for mail composing $message_param = array('text_encoding' => '7bit', 'html_encoding' => 'quoted-printable', 'head_encoding' => 'quoted-printable', 'head_charset' => 'ISO-8859-1', 'html_charset' => 'ISO-8859-1', 'text_charset' => 'ISO-8859-1');
That is, I changed UTF-8 and such to ISO-8859-1, because it was badly encoding pt_BR messages whenever there where: çáàéíóú... (using the default, it was eating letters after accented ones).
So, perhaps there should be a config (main.inc.php) for those settings. Perhaps I shouldn't have changed that, but at least it is now working :)
Now, one more thing... I couldn't find a EXPUNGE TRASH, for emptying my trash folder, otherwise messages in trash sit there forever (I don't use auto expunge in the server).
Cheers,
-- Eduardo Bacchi Kienetz LPI Certified - Level 2 http://www.noticiaslinux.com.br/eduardo/