Answered
Filter or manipulate mail server data before pulled to email program
How can i manipulate the data from the mail server before it
gets pulled to a mail program like outlook.
For example i want to write mail data to db before it gets pulled into mail program.
Is there a way to set filter like structures that work between the mail server and db?
Of course you can write code with cfpop get header etc, but what if i want to save all mail data on database, how can i make sure to also save a copy of the email that gets pulled to the email program, as i understand once pulled the message is off the server so i wouldn't be able to synchronize the db with the new messages with a sort of scheduled task structure.
Or is this really something you can set up totally by settings of the mail server itself? Then again, in shared or vps setup you probably will not have much settings to set as you're not allowed to server side.
Any idea's will be much appreciated.
Thank you.
For example i want to write mail data to db before it gets pulled into mail program.
Is there a way to set filter like structures that work between the mail server and db?
Of course you can write code with cfpop get header etc, but what if i want to save all mail data on database, how can i make sure to also save a copy of the email that gets pulled to the email program, as i understand once pulled the message is off the server so i wouldn't be able to synchronize the db with the new messages with a sort of scheduled task structure.
Or is this really something you can set up totally by settings of the mail server itself? Then again, in shared or vps setup you probably will not have much settings to set as you're not allowed to server side.
Any idea's will be much appreciated.
Thank you.
