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.

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

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'

Re: Reading email with mod_perl

2001-02-07 Thread Matt Sergeant
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? Depends where you're reading it from, but there are lots of modules on CPAN that can do this. Do a search for POP, IMAP, or MIME on search.cpan.org. --

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?