G'day, If I were to use James as a mail server and as a database repository for mail messages, are there any issues/gotchas associated with accessing the Message table directly? I have a set of requirements where sometimes it is necessary to perform large high-volume queries of stored messages, and it would be very convenient/desriable if I could do straight SQL queries on the Message table. I'm assuming there shouldn't be any problem, but wanted to check to make sure.
I imagine most of these queries would be read-only. What are the issues if the messages themselves could be changed? Should this only be safely done through the JavaMail API? Thanks in advance for any advice. Cheers, David --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
