RE: [PHP] Help on e-mail attachments retrieval adn ZIP uncompression.

2001-09-03 Thread Richard Heyes
> 1) How to retrieve messages from a POP3 mailbox and save only > the ZIP files attachments? A couple of ways. 1. Use the imap (it does pop3 too) extension to connect to the mail server, parse the mails and extract the zip files. 2. Use mime decoding php scripts. There's one I've just committe

[PHP] Help on e-mail attachments retrieval adn ZIP uncompression.

2001-09-03 Thread Carlos Fernando Scheidecker Antunes
Hello Everybody, I have a software writen in Delphi which I am migrating to Kylix but I would like to do it in PHP instead. What the software does is to access an e-mail address and retrieve the messages saving the files ending with .zip to a local directory. After that, it decompresses the ZI