![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2008-07-08 06:04:12 -
In reply to message 1 from Jo Anne
It depends on what you want to do with the message contents after you store it in the database.
If you need the whole message structure, maybe you can use the serialize() function to store the array returned by the Analyze or Decode class functions to store it in a BLOB table field. If you need just the subject, date, sender, etc., you can store those details on individual table fields.