Where to put my raw mail parser (helper,component,virtual field,..)
For my ticket system we save the raw text from the mail which include
the headers to. Since we don't save the body (only found in de raw
text) we need to parse the body the whole time.
My question is, where do I need to put my mail parser? I'd prefer to
use it already on model level (and than work on from the extra virtual
fields like subject and sender).
I don't think i'm supposed to copy-past my parsing code the whole time
when I want to use the body?
My parser is writen in PHP and I like to keep it like that. I found
something like sql parsing, but I to unfamiliar with that!
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home