RE: [PHP] PHP IMAP with Attachments!?

2006-11-01 Thread WeberSites LTD
Maybe this can help

PHP MIME Decoder. This class decodes Mime Encoded email message. Attachments
are stored in a directory. 
Works with Multipart/alternative, multipart/mixed etc. 

http://www.weberdev.com/get_example-1607.html

 

-Original Message-
From: Andy [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 31, 2006 1:37 PM
To: php-general@lists.php.net
Subject: [PHP] PHP IMAP with Attachments!?

Hi to all, 

I need a class that reads emails from a server and reads the attachments
from the mail. 

The mailservers is an IMAP for mail reading. 

The attachment types can be: images/pdf/text documents. 

Any suggestions? 

On phpclasses.org did not find any which works well. 


Regards,
Andy.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] PHP IMAP with Attachments!?

2006-10-31 Thread Andy
Hi to all, 

I need a class that reads emails from a server and reads the attachments from 
the mail. 

The mailservers is an IMAP for mail reading. 

The attachment types can be: images/pdf/text documents. 

Any suggestions? 

On phpclasses.org did not find any which works well. 


Regards, 
Andy.