I have a solution for problem with attachments; in file include/compose_package.inc i line
//straight transfer if already encoded while(!eof($ul_fp)){ =>>> $line = chop(fgets($ul_fp,5000)); change to $line = fgets($ul_fp,5000); without chop(), because this instruction delete whitespaces from string (including \n charakter which trims base64 coded attachment into 76 chars per line) ---------------------------------------------------- Wybierz Książkę Roku, wygraj nagrody! http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fksiazka_roku.html&sid=635 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Ilohamail-devel mailing list Ilohamail-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ilohamail-devel