Requirement : JAVA desktop mail client which could connect to existing gmail,y! mail a/c & will allow receive/send mails, support offline view of mails, plus with more features as & when it comes. i am using Java Mail Api's
efficacement Concevoir un courrier simple client
Underlying Mail Storage: I have decided to use HSQLDB with Hibernate. Email content can have attachments , HTML , so i decided to use LONGVARBINARY type to store the email Body & attachments.
Please let me know whether this approach is good & will it give me good performance when it comes to retrieval. Also give me some pointers on how to store java email objects in HSQLDB into LONGVARBINARY type & how to dereference it to get the actual data. ??
2)I am confused over this because , with Approach 1 , i will end up storing all mail contents somehow on my local disk to enable offline viewing. And imagine if i have 1GB of mails >
Un bon Josh. Techniquement pouvez-vous me dire comment je peux stocker l'objet d'email dans DB. Toute technologie spécifique que j'ai besoin d'utiliser et également sélectionnera simplement les requêtes de recherche et sélectionnez la colonne de données binaires sérialisé pour obtenir le dossier correct ou y at-il quelque chose de plus à faire. –
Je ne suis pas préoccupé par les recherches en texte intégral. –