Question

  Asked: Jun 18 2008   5:06 PM GMT
  Asked by: Monk


How to capture emails with attachments from the POP server using Pl/SQL ?


UTL-TCP, PL/SQL, POP server, POP3

I am able to retrieve emails from POP server using UTL-TCP package of PL/SQL. I am also able to retrieve Attachment with the email, but the contents of the Attachment are displayed as some random string of characters. Can anyone tell me how can I access the contents of the Attachment in understandable format ?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


Start this Answer and Earn your Knowledge Points!

By clicking "Create Answer", you can write the answer to this question that can be improved upon by your peers using the Answer Wiki.

Browse more Questions and Answers on Oracle and Exchange.

Looking for relevant Oracle Whitepapers? Visit the SearchOracle.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

JennyMack  |   Jun 26 2008  8:20PM GMT

You might want to check out Robyn Lorusso’s Fast Guide to PL/SQL. The article links to several resources on troubleshooting PL/SQL.