| Overview
asMail is an Oracle PL/SQL-based utility for retrieving emails from any pop3 or imap compliant mailbox and loading their contents and attachments into tables in your database.
Features
• Compatible with POP3 and IMAP mailboxes
• Email content and attachments loaded into two related tables (EMAIL_DETAIL and EMAIL_ATTACHMENT)
• Archive emails to a mail folder of your choice
• Includes a tracing routine for troubleshooting and diagnostics
Requirements
The target DB must have the JVM (JServer option installed) and have the appropriate JavaMail API loaded (mail.jar and activation.jar). Tested on 9i R2 but should run on all DB versions with a JVM installed. |