java - integrating email with Oracle Database -


i'm trying integrate oracle xe (11g) email (on linux). includes sending , receiving complete email, receiving attachments , loading them oracle.

specifically, i'm looking linux command line email client read emails regularly pop3 or imap mailbox, load email , attachment table tables in oracle xe database.

i've seen solution using database java, oracle xe not have java subsystem enabled (and doesn't handle attachments).

the alternative using fetchmail, , procmail along sql*loader load emails database, have worked out how monitor email address , extract individual attachments received email, can't work out how extract email body single file, if can correct .procmailrc configuration.

thanks


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -