Hello everybody, First, thanks for this great webmail. I'm using it for a long time in my ISP, and I'm using it now in my company.
I have a character translation problem with attachment file names that I could not resolve by myself. After reading the faq and searching the mailing-list, I decided to ask for some help in the mailing-list. When someone receives a mail containig a file attached, if the name contains characters like �,�,� .... they appear with mime(?) codes like =E9, =A7 .... (Our company is french). Example : Service Comptabilit�.doc becomes Service Comptabilit=E9.doc I don't know where it can come from... I tried to investigate but entering in SquirrelMail code is not so easy for me... My config is the following one : SquirrelMail 1.4.0 with latest update from CVS Php 4.1.2 MySQL 3.23.49 Debian GNU/Linux 3.0 Note that there is no problem with the following config (in another machine) SquirrelMail 1.2.6 MySQL 3.23.51 Same PHP Same Linux. Here is my config file : <?php global $version; $config_version = '1.4.0'; $config_use_color = 1; $org_name = "xxx"; $org_logo = SM_PATH . 'images/logo-xxx.jpg'; $org_logo_width = '430'; $org_logo_height = '80'; $org_title = "xxx"; $signout_page = SM_PATH . 'config/javascript:window.close();'; $frame_top = '_top'; $provider_uri = 'http://www.xxx.com'; $provider_name = xxx; $squirrelmail_default_language = 'fr_FR'; $domain = 'xxx.com'; $imapServerAddress = 'xx.xx.xx.xx; $imapPort = 143; $useSendmail = false; $smtpServerAddress = 'xx.xx.xx.xx'; $smtpPort = 25; $sendmail_path = '/usr/sbin/sendmail'; $pop_before_smtp = false; $imap_server_type = 'courier'; $invert_time = false; $optional_delimiter = 'detect'; $default_charset = 'iso-8859-1'; $data_dir = SM_PATH . 'data/'; $attachment_dir = $data_dir; $dir_hash_level = 2; $default_left_size = '150'; $force_username_lowercase = false; $plugins[0] = 'translate'; $plugins[1] = 'newmail'; $plugins[2] = 'filters'; $plugins[3] = 'fortune'; $plugins[4] = 'sent_subfolders'; $plugins[5] = 'message_details'; $plugins[6] = 'mail_fetch'; $plugins[7] = 'listcommands'; $plugins[8] = 'delete_move_next'; $plugins[9] = 'administrator'; $plugins[10] = 'html_mail'; $plugins[11] = 'compatibility'; $plugins[12] = 'view_as_html'; $plugins[13] = 'unsafe_image_rules'; $theme_css = ''; $theme_default = 0; $theme[0]['PATH'] = SM_PATH . 'themes/default_theme.php'; $theme[0]['NAME'] = 'Default'; [snip] $theme[34]['PATH'] = SM_PATH . 'themes/penguin.php'; $theme[34]['NAME'] = 'Penguin'; Thanks for the help, Friendly yours, L�o. ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
