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: 
Read only

Fetch emails from External Mail Server using ABAP Code

venkat_aileni
Contributor
0 Likes
838

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
Read only

gaurab_banerji
Active Participant
0 Likes
718

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
Read only

gaurab_banerji
Active Participant
0 Likes
719

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...

Read only

0 Likes
718

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

Read only

0 Likes
718

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