PHP Classes

Embedded Attachements possible?

Recommend this page to a friend!

      Receive Mail  >  All threads  >  Embedded Attachements possible?  >  (Un) Subscribe thread alerts  
Subject:Embedded Attachements possible?
Summary:Cannot fetch embedded images etc in multipart messages
Messages:4
Author:nullpunkt
Date:2007-07-24 07:07:57
Update:2009-06-02 12:05:17
 

  1. Embedded Attachements possible?   Reply   Report abuse  
Picture of nullpunkt nullpunkt - 2007-07-24 07:07:57
hi there,
i'm not so good in email-technologies by php.
this class is working verry well for my ticket-system-script till now.

yesterday someone tried to send an embedded image in his email-answer
and i didn't get it. i looked to the class and found in the method
GetAttech the following statement:

if($struckture->parts[$key]->ifdparameters)
{
// blablabl
// safe attachements
// blabla
}

but this 'ifdparameters' is in every part of the mail '0'.

any idea to get this working?

best regards and thanks for this nice class!
marco

  2. Re: Embedded Attachements possible?   Reply   Report abuse  
Picture of mitul koradia mitul koradia - 2007-07-24 07:32:34 - In reply to message 1 from nullpunkt
hi

i also create this class for my ticket system there is many way you can do mail. like lots of MIME format available for sending mail.

i just check this for Text Email and HTML email . with simply attachment download functionality..

sorry to say. i don't have any idea how to download embeded attachment .. but may be this class ignore that images or something..

you can try changing that download code for embeded attachment support

and if you found post it here for other's use

Regards
Mitul

  3. Re: Embedded Attachements possible?   Reply   Report abuse  
Picture of cancell cancell - 2008-08-03 16:35:05 - In reply to message 1 from nullpunkt
This is a good script. But, is possible link to the attach file to download or read it?
Thanks.

  4. Re: Embedded Attachements possible?   Reply   Report abuse  
Picture of mitul koradia mitul koradia - 2009-06-02 12:05:17 - In reply to message 3 from cancell
Checkout the latest version.