here is what the mailboy project is suppose to do for me.
using console programs with returned errlevels for batch file processing
using pop3 protocol
read email from server, save email, delete email on pop3 server
read emails by order of first in first out, an accounting term.
process emails according to some standards
scan emails saved for possible spam.
scrub emails for text only emails, all others then placed on hold.
scrub emails placed on hold for only html code then covert those to text, while rejecting all others placed on hold.
any emails placed on a hold status, respond back to email sender of email policy.
any emails placed on hold can be filtered by sender whitelist then processed, others keep on hold then deleted after a certain date.
info on emails placed on hold will be listed inside a text file for viewing the email sender, date, etc.
emails that are text only filtered are read and have a response sent back to the sender of either, email was read or some kind of personal response.
those are basically the building blocks.
i will list code as i go
maybe others will kick in ideas too or valuable information for processing emails.
using console programs with returned errlevels for batch file processing
using pop3 protocol
read email from server, save email, delete email on pop3 server
read emails by order of first in first out, an accounting term.
process emails according to some standards
scan emails saved for possible spam.
scrub emails for text only emails, all others then placed on hold.
scrub emails placed on hold for only html code then covert those to text, while rejecting all others placed on hold.
any emails placed on a hold status, respond back to email sender of email policy.
any emails placed on hold can be filtered by sender whitelist then processed, others keep on hold then deleted after a certain date.
info on emails placed on hold will be listed inside a text file for viewing the email sender, date, etc.
emails that are text only filtered are read and have a response sent back to the sender of either, email was read or some kind of personal response.
those are basically the building blocks.
i will list code as i go
maybe others will kick in ideas too or valuable information for processing emails.
Comment