Re: wannabie asks Mail::POP3Client && Mail::Audit

2003-12-30 Thread wolf blaum
;..application/blabla" lines from the mail body of multi part mails. ok, i solved that one: my $mail = Mail::Audit->new(data => $mailref); strangely eats the array up so I dont have anything for my manual attempt left. The strange thing: It only eats the header, the body is still

wannabie asks Mail::POP3Client && Mail::Audit

2003-12-30 Thread wolf blaum
Hi, Im new (here|to perl) and would like to start of with that: My script should replace attachmends in mails: however, i cant find any atts. Script first: -- #! /usr/bin/perl use strict; use warnings; use Mail::POP3Client; use Mail::Audit qw(Attach); my $pop=new Mail::POP3Client(USER

Re: Mail::Audit + STDOUT

2002-11-26 Thread Peter Scott
Oops, Meng pointed out that the print method is inherited from Mail::Internet where of course it is documented. I suggested instead that the inheritance be documented a bit more clearly. -- Peter Scott http://www.perldebugged.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: Mail::Audit + STDOUT

2002-11-26 Thread Peter Scott
x27;, 'you'); >print STDOUT, @array; > >Don't think this really helps you, maybe others do :) This is not constructive. >>From: Tom Allison <[EMAIL PROTECTED]> >> >>Does anyone know how you can print a Mail::Audit piece of email to STDOUT? Good quest

Re: Mail::Audit + STDOUT

2002-11-26 Thread Mystik Gotan
o :) -- Bob Erinkveld (Webmaster Insane Hosts) www.insane-hosts.net MSN: [EMAIL PROTECTED] From: Tom Allison <[EMAIL PROTECTED]> To: beginners <[EMAIL PROTECTED]> Subject: Mail::Audit + STDOUT Date: Tue, 26 Nov 2002 08:26:09 -0500 Does anyone know how you can print a

Mail::Audit + STDOUT

2002-11-26 Thread Tom Allison
Does anyone know how you can print a Mail::Audit piece of email to STDOUT? -- The older I grow, the more I distrust the familiar doctrine that age brings wisdom. -- H.L. Mencken -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mail::Audit

2002-11-25 Thread Tom Allison
I was using Mail::Audit for a project and ran into a problem with it. When I attempted to "deliver" the email to STDOUT it didn't have the first line of the original email "From [EMAIL PROTECTED]" Subsequently it screwed up my mailbox because I was trying to run Mail:

RE: Help installing Mail::Audit

2002-07-12 Thread Beau E. Cox
David - Mail-Audit is not available for Win32. Under ppm3 you can use the 'describe' command: ppm> describe mail-audit The output shows available platforms (in this case linux and solaris). Aloha => Beau. -Original Message- From: David Gerler [mailto:[EMAIL

Help installing Mail::Audit

2002-07-12 Thread David Gerler
I am running win200 and ActiveState Perl. I am attempting to install Mail-Audit with the PPM. I have successfully install Mail-tools and Mime-tools. However, when I use "install Mail-Audit", I get "Error: no suitable installation target found for package Mail-Audit." Any