Hi, I have a live project for working with the CFSMTP tag which I'm quite excited about.
Im working with CFSMTP and I would like to be able to take the mail object serialise it as a whole then be able to deserialise it later. I can see how to make it work if I have all my logic triggered by the incoming mail but i want to break my application into pieces. 1. Listeners --> Listen for mail check filterlist for what to accept and simply serialise the mail 2. Queue it -->Serialised mail gets dropped on a queue ? Could the message plugin be used to implement a simple queue ? 2. MailProcessors --> Pick up the next message to process from the queue and process it. There seems to be the ability to write the received email down to a file which arguably deals with my serialisation requirement, however what would be really neat was if there was a function that you could feed the contents of that file and it would turn it back into a mail object ? Hope this makes sense Thanks Alex -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
