>1) How to retrieve messages from a POP3 mailbox and save only the ZIP files
attachments?
http://php.net/imap
You may find it easier to find an IMAP mail-reading code that can handle
attachments in one of the sites linked from http://php.net/links.php and
adapt it.
>2) How to decompress the ZIP files?
http://php.net/gzip *MIGHT* be able to handle ZIP files. If not, find some
Un*x utility that does, and use:
http://php.net/exec
If you are on Windows, you may be in trouble, though... Not sure you'll
ever get exec to work.
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]