[PHP] Re: How to encode e-mail attachments, work with MIME

2002-05-19 Thread Jason Morehouse
Though I use php quite a bit for non-web scripting, for incoming e-mail you may be better off using perl. Check the MailTools modules @ CPAN: http://search.cpan.org/search?dist=MailTools Specifically at Mail::Internet http://search.cpan.org/doc/MARKOV/MailTools-1.44/Mail/Internet.pm Good

[PHP] Re: How to encode e-mail attachments, work with MIME

2002-05-19 Thread Manuel Lemos
Hello, On 05/19/2002 04:33 AM, Carlos Fernando Scheidecker Antunes wrote: Hello all, I'm trying to write an script to fetch e-mail and save whatever attachments there are. Are there any articles or anywhere I can read about it? You may find here these two classes that seem to do what

[PHP] Re: How to encode e-mail attachments, work with MIME

2002-05-19 Thread Manuel Lemos
Hello, On 05/19/2002 08:52 AM, Jason Morehouse wrote: Though I use php quite a bit for non-web scripting, for incoming e-mail you may be better off using perl. Check the MailTools modules CPAN: http://search.cpan.org/search?dist=MailTools Specifically at Mail::Internet