Re: saving attachments of mail in MIME format
"mimedump-tmp",0755 or die "mkdir: $!"; (-w "mimedump-tmp") or die "can't write to directory"; $parser->output_dir("mimedump-tmp"); # Read the MIME message: $entity = $parser->read(\*STDIN) or die "couldn't parse MIME stream"
saving attachments of mail in MIME format
Hi, I'm facing a problem in receiving mails. I'm sending mail in MIME format with attachments. Now I want to receive this mail on server side & save the attachment separately with different names. Kindly help. Regards, Priya