Helge Milde wrote: > > Hi! > > With my current setup, when I forward mails with attachments that have > iso-8859-1 encoded names, the attachments aren't sent (only the email > body). > Open SquirrelMail src/compose.php in some text editor. Find getAttachments function declaration (function getAttachments($message, and so on ...). find "$filename = decodeHeader($filename, false, false);" line without double quotes and change it to "$filename = decodeHeader($filename, false, false, true);" without double quotes. code does not convert filenames to target charset (fourth argument default is false). changed code will convert it to target charset if possible (fourth argument is true). check if it fixes your problem and other problems don't pop out. -- View this message in context: http://old.nabble.com/Problems-forwarding-attachments-with-iso-8859-1-encoded-filenames-tp28902606p28922583.html Sent from the squirrelmail-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users