Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch emails from External Mail Server using ABAP Code

venkat_aileni
Contributor
0 Kudos
344

Hi Experts, Could you please share your thoughts about fetching emails from the external mail server(say gmail not SAP mailbox) using abap program.

Thanks in advance,

Venkat

1 ACCEPTED SOLUTION

gaurab_banerji
Active Participant
0 Kudos
224

only way to do that is by using php/jsp/asp connector to read pop mails.. here is a link for example...http://scn.sap.com/people/anton.wenzelhuemer/blog/2006/05/27/abap-pop3-email-client-using-an-rfc-ena...

3 REPLIES 3

gaurab_banerji
Active Participant
0 Kudos
225

only way to do that is by using php/jsp/asp connector to read pop mails.. here is a link for example...http://scn.sap.com/people/anton.wenzelhuemer/blog/2006/05/27/abap-pop3-email-client-using-an-rfc-ena...

0 Kudos
224

Hi Gaurab,

Thanks for your quick reply,

I just want to confirm whether we can fetch emails from the external mail server by using ABAP code(rather than going for php/jsp/asp connector).

APPRECIATE YOUR HELP!!

Regards,

Venkat

0 Kudos
224

i dont know any method using abap only, because sap uses its own internal email technology.. but please share if you do come accross such an example