Re: Reading email with mod_perl

2001-02-08 Thread Glorfindel
Hi Check MIME::Parser ( recent version to avoid error with bad use of date.pm instead of Date.pm ) Jason Terry wrote: Does anybody have an information on how to read a MIME encoded email attachment with mod_perl? -- Don't be irreplaceable, if you can't be replaced, you can't be promoted.

Reading email with mod_perl

2001-02-07 Thread Jason Terry
Does anybody have an information on how to read a MIME encoded email attachment with mod_perl?

Re: Reading email with mod_perl

2001-02-07 Thread Patrick
On Wed, Feb 07, 2001 at 11:29:59AM -0700, Jason Terry took time to write: Does anybody have an information on how to read a MIME encoded email attachment with mod_perl? This is not specific to modperl. The module MIME::Entity does that very nicely IMNSHO. -- Patrick. ``C'est un monde qui n'a

Re: Reading email with mod_perl

2001-02-07 Thread Victor Michael Blancas
use the module MIME-tools. On Wed, 7 Feb 2001, Jason Terry wrote: Does anybody have an information on how to read a MIME encoded email attachment with mod_perl? -- Mike