|
I've found recently that I keep refering E-mail related posts to these same examples over and over again. The following is a list so that I can just refer people here. I'm lazy and don't want to keep looking up the id numbers :D
E-mail related examples:
Here are some general notes about a few of the common E-mail related modules:
from thread Retrieving email and decoding attachments
Retrieving messages via Mail::POP3Client and saving the email attachments to files using MIME::Parser.
from thread MIME:Parser vs. file permissions
Snippet illustrating how to save E-mail attachments to a specific directory using MIME::Parser.
from thread Saving certain email attachements using MIME::Tools
Using MIME::Parser to sift through various attachments retaining only the desired MIME types.
from thread Getting Net::POP3 to grab mail then forward it on.
Using Net::SMTP to resend E-mail.
from thread Decode a mail with MIME::Parser
from thread Decode a mail with MIME::Parser
Resending a message using SMTP method of MIME::Lite.
from thread
Q&A select function from Mail::IMAPClient