Perl and Email

2007-04-25 Thread Prasanna Goupal
Hi, I tried to read to,from,cc,subject,date,message and attachment of email using perl Mail::IMAPClient. But i was failed to seprate attachment from mail. Could you pls help me on it? If possible then give me sample script to download attachment from mail. Thanks

how to add a proper attachment to an email message

2010-05-13 Thread fakessh
hello list hello all reader hello pep network my question is simple how to add a proper attachment to an email message I use as main modules use Email::Send and use Email::Simple::Creator thanks for all your feedbacks thanks for advice

Re: how to add a proper attachment to an email message

2010-05-13 Thread Ricardo Signes
* fakessh fake...@fakessh.eu [2010-05-13T16:05:31] my question is simple how to add a proper attachment to an email message I use as main modules use Email::Send and use Email::Simple::Creator You need to use Email::MIME. -- rjbs

do I always need to specify an encoding with Email::MIME?

2011-05-02 Thread James Peregrino
Hi, I'm trying to use Email::MIME to send a simple email with a .doc file as an attachment. I receive it fine with Gmail, but my job email chokes on it when it tries to scan the attachment for viruses ('UNSCANABLE'). send SMTP = Email::MIME-create( header

Re: Problem with attachment, 1 becomes 10

2008-05-07 Thread Steve Atkins
On May 7, 2008, at 8:00 PM, Karen Cravens wrote: On Thu, 8 May 2008, Mikael Bonnier wrote: MB These mails are the same except that the company name is switched. And then... MBI don't think I spam when I send personalized letters to selected recipients, So which is it? It doesn't

Re: Where is the attached file opened with Email::MIME?

2014-11-15 Thread Eric Wong
-printable, Can you try base64 instead of quoted-printable for the attachment? For largely non-ASCII data (such as PDF), base64 will be smaller.

Re: do I always need to specify an encoding with Email::MIME?

2011-05-05 Thread Ricardo Signes
* James Peregrino james_peregr...@harvard.edu [2011-05-02T12:53:46] I'm trying to use Email::MIME to send a simple email with a .doc file as an attachment. I receive it fine with Gmail, but my job email chokes on it when it tries to scan the attachment for viruses ('UNSCANABLE'). send

Hotmail JMRP messages

2010-01-08 Thread Michael Stevens
Hi. Has anyone got any Hotmail JMRP messages I could have a copy of to experiment on? -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee

Re: Accessing via POP3 and extracting attachments

2005-02-14 Thread Simon Wistow
::Attachment http://siesta.unixbeard.net/svn/trunk/Email-Store/lib/Email/Store/Attachment.pm

spam category for Mail::DeliveryStatus::BounceParser

2009-11-13 Thread Michael Stevens
5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege. Dianomi Ltd, Registered Office: One America Square, Crosswall, London. EC3N 2SG. Registered in England and Wales

Re: Where is the attached file opened with Email::MIME?

2014-11-16 Thread Octavian Rasnita
-report.pdf, encoding = quoted-printable, Can you try base64 instead of quoted-printable for the attachment? For largely non-ASCII data (such as PDF), base64 will be smaller.

Re: Hotmail JMRP messages

2010-01-08 Thread Michael Stevens
The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege. Dianomi Ltd, Registered Office: One America Square, Crosswall, London. EC3N 2SG. Registered in England and Wales with Company Registration Number 4513809

Re: Sending simple email

2009-06-07 Thread Bill Moseley
On Sun, Jun 07, 2009 at 07:28:13PM -0400, Ricardo SIGNES wrote: Well, Email::Sender doesn't deal with attachments at all. It doesn't know what's in your message, beyond *maybe* looking at the to/from headers. Attachment stuff is all handled by Email::MIME. Can you give me an idea what

Email::ARF problems

2009-12-16 Thread Michael Stevens
www.dianomi.com The information in this message and any attachment is intended for the addressee and is confidential and may be subject to legal privilege. Dianomi Ltd, Registered Office: One America Square, Crosswall, London. EC3N 2SG. Registered in England and Wales with Company Registration Number

Re: Fixed MIME Parsing for PEP

2005-02-22 Thread Struan Bartlett
install it immediately. Please let me know if it fixes the problem properly with Email::Store. If so I'll update the prerequisites to Email::MIME right away. Thanks everyone. Casey West From: Simon Cozens [EMAIL PROTECTED] To: test@test.com Bcc: [EMAIL PROTECTED] Subject: Test attachment Mime-Version

$Email::Simple::Header::VERSION = '1.997_02';

2007-03-12 Thread [EMAIL PROTECTED]
' 3 'attachment; filename=s018308e70c.key.txt' 4 'Content-ID' 5 '[EMAIL PROTECTED]' 6 'Content-Transfer-Encoding' 7 'base64 ' 'mycrlf' = \cM\cJ that the last element in the headers array seems to sometimes have a white

Re: Sending simple email

2009-06-07 Thread Ricardo SIGNES
message, beyond *maybe* looking at the to/from headers. Attachment stuff is all handled by Email::MIME. Can you give me an idea what the Perl you want to write would look like? You might like the BBC's Email::MIME::CreateHTML: Email-MIME-CreateHTML I think it does everything you want

Re: spam category for Mail::DeliveryStatus::BounceParser

2009-11-24 Thread Michael Stevens
as I have had in the past few weeks, but I still hope to keep tweaking things on and off. -- Michael Stevens Dianomi Ltd 18 Buckingham Gate London SW1E 6LB Tel: 020 7802 5530 Fax: 020 7630 7356 www.dianomi.com The information in this message and any attachment is intended for the addressee

Email::MIME::Kit released

2009-01-25 Thread Ricardo SIGNES
, but writing a validator plugin is trivial. With that done, the message is assembled. The top-level part is assembled by the standard assembler, but the one attachment consults a custom assembler that retrieves or generates a PDF from our billing system. The only thing the designer needs to do

CR/LF-parsing problems and workaround for Email::MIME 1.82 with Email::Store 0.24 and Email::Simple 1.92

2005-04-15 Thread Struan Bartlett
Hi, I'm experiencing a problem with the CR/LF-parsing and reproducing behaviour of Email::Simple/Email::MIME. It showed in the form of email To From headers failing to be properly stored in the database's Addressing table. (Take a look at attachment email2-log-2). Through adding debug