Hi Jenda...

Are you the author of Mail::Sender ?? I like it very much, that's very
handy, as well as Config::IniHash.
Thanks for give me a reply, and I hope my problem can be fixed in the
Mail::Sender way.

2007/10/11, Jenda Krynicky <[EMAIL PROTECTED]>:
>
> From: Panda-X <[EMAIL PROTECTED]>
> > My problem is on the roll back part. I stored the mail in a .eml file,
> > however, I don't know how to put it back to user per request.
>
> What's the format of the .eml file? You say you stored the mait there
> yourself and you are getting it with Net::POP3 so I don't think it
> has anything to do with the Outlook .eml format, but I could be


Oh! I am sorry, I thought that's the quite standard extension for emails,
since thunderbird, outlook express and outlook all reads this format.

wrong. If it's just a plain text file containing all the headers and
> boundaries and encoded data, you should be able to send it with


Yes, that's a plain text file, but I don't sure if I ruin the \r\n on the
way
I get() them.

Net::SMTP. Just make sure it only contains the stuff you downloaded
> with Net::POP3, not something more you added yourself.


If I open the backup email alone, that goes no problem. The problem only
happens when I attach the .eml file. I use .eml because Thunderbird, and
other client ware can open it directly. But it seems the attachment.eml has
interpreted as part of the text in the mail body.

I am looking for some way that can attach this .eml file behaves like binary

attachments, ie. the mail client will not touch it unless the attachment is
click to be open.

OR, if that's a way to just Forward the email out, that's even better case,
so I don't need to deal with the attachment then.

Thank you very much for the hints,
Panda-X



If this doesn't work, send us an example .eml file.
>
> Jenda
> ===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
> When it comes to wine, women and song, wizards are allowed
> to get drunk and croon as much as they like.
>         -- Terry Pratchett in Sourcery
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>

Reply via email to