> Hello, > > Using an Asterisk phone server, which is set to send voicemail > messages as email attachments in WAV format. I would like to be able > to have these inline, without having to click on them and open the > attachment in a new page, then use the back button to get back to the > message. I can't seem to find any reference to this though. > > Can anyone help me out with this?
you are not opening attachment in new page. You are trying to download attachment and browser loads it without download dialog. Stock SquirrelMail does not handle wav attachments. You should get only download links for wavs. You need plugin to add extra code in read_body_bottom hook. Code similar to inline pictures code that is next to read_body_bottom hook call in read_body.php. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
