cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 mailbox

Former Member
0 Kudos

Hi All,

Using SAPUI5 i want to build a user interface where i can configure my mail box and send/receive the mails.

Is the above requirement possible using javascirpt ?

Thanks,

mano.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184867
Active Contributor
0 Kudos

Hi Mano,

This is interesting. Here I share my view.

Regarding UI: The current OPENUI5 library does not provide any control to build a Mailbox. So you need to handcraft your mailbox UI, which might turn up to be very complex based on your requirement. (Here is a sample dojo mailbox for reference, which is pretty old !! )

Backend: Now you need to connect to SAP backend to send/receive mails. Maybe you can create a Gateway OData sevice which will perform send/receive in the backend. For mail sending there are many function modules available. Mail receiving may be a little trickey. This blog may help you in mail receive related settings.

Would like to see other experts' comments on the same..

Regards,

Atanu