PHP Classes

WAV attachment

Recommend this page to a friend!

      Read POP3/IMAP attachment  >  All threads  >  WAV attachment  >  (Un) Subscribe thread alerts  
Subject:WAV attachment
Summary:The same bug of XML attachment
Messages:2
Author:Mauro
Date:2009-12-23 01:56:04
Update:2010-09-29 00:04:52
 

  1. WAV attachment   Reply   Report abuse  
Picture of Mauro Mauro - 2009-12-23 01:56:04
The same bug of XML attachment:
To make it working with WAV attachment you need to change:

"$data=$this->getdecodevalue($mege,$part->type);"

in

"$data=$this->getdecodevalue($mege,$part->encoding);"

Bye

  2. Re: WAV attachment   Reply   Report abuse  
Picture of Trial And Error Trial And Error - 2010-09-29 00:04:52 - In reply to message 1 from Mauro
I upated with that line and i was able to get ASCII Text files to show up correctly.

thanks