Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi.
I've developed my own piece of code that will use MIME::Base64 to retrieve and encode attachments from emails.
Now, the problem is that there's this email that has an attachment with "Content-transfer-encoding: 7BIT" and it isn't working.
How can I encode this?
Please help.
Thanks,
Ralph.
I've developed my own piece of code that will use MIME::Base64 to retrieve and encode attachments from emails.
Now, the problem is that there's this email that has an attachment with "Content-transfer-encoding: 7BIT" and it isn't working.
How can I encode this?
Please help.
Thanks,
Ralph.
Back to
Seekers of Perl Wisdom