cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing my Gmail Account

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I would like to access my GMail Inbox from my portal. I have already achieved accessing my Yahoo Indox from my portal.

I had given the following System object properties for Yahoo:

Name of server: login.yahoo.com

Port number: empty

Protocol of the system : HTTPS

URI: /config/login

Questions:

1) Can i use an Yahoo iView to view my GMail Inbox. If yes, what System properties should i set like the one mentioned above.

2) What is SCOT & SAPconnect & SICF in this context. Can anyone let me know why is this used, Where we can find them and how to configure these things.

Answers would be rewarded.

Murali.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Murali ,

Appintegrator is the correct method to do that.

You have to create a system and then do the user mapping for that system and than use that system in the appintegrator iview. You have to set certain parameters for that system.

To use the appintegrator, check this weblog.

Regards

Yoga

Murali_Shanmu
Active Contributor
0 Kudos

Thanks. But could you be more specific about what properties i have to set for GMail in my object. say the GMail server name etc.

Murali_Shanmu
Active Contributor
0 Kudos

Can anyone let me know the parameters to be set for App Integarator for other Mail applications ?

Former Member
0 Kudos

Hi,

Check this thread.

/thread/89630 [original link is broken]

It helps you in specifying the system parameters when using app integrator.

Regards,

M.Subathra

Former Member
0 Kudos

Hi

For any mail application, the parameters need to be set:

========================================================

Server name

Protocol of the system

URI

URL template

User mapping template

The value for these parameters can be retrieved from the HTML source of the logon screen of the particular mail application.

Regards

Yoga

Murali_Shanmu
Active Contributor
0 Kudos

Hi yoga,

It would be very nice of you if you could let me know the parameters to set for GMail Server. I would close the thread also.

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I tried accessing the source code of GMail logon page. It was difficult to get these paramters.. I think the server name is mail.google.com/mail

Former Member
0 Kudos

Hi Murali

I have given the parameters for gmail below.Try using these parameters and let me know the result.

<b>Server name:</b> mail.google.com

<b>Protocol of the target system:</b> HTTPS

<b>URI of the target application:</b> /mail/ServiceLoginAuth

<b>System:</b> System alias which you are creating.

<b>URL template:</b> <System.protocol>://<System.server><System.uri>?<Authentication>

<b>URL template fraction for user mapping:</b> Email=<MappedUser>&Passwd=<MappedPassword>

Hope this helps.

Regards,

Yoga

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I tried doing this. But it didnt work. Did this work for you Yoga. If possible can you mail me the par files for System and Iview. I shall test it. Thank you so much for your help.

Murali

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I am just able to see the Google Mail Home page. I checked the source code, the Input fields are Email and Password.Dont know where it is going wrong !!!

Murali_Shanmu
Active Contributor
0 Kudos

Hi

I noticed some Hidden fields.So i tried to statically pass them also like

/mail/ServiceLoginAuth?continue="http://mail.google.com/mail/?ui=html&amp;zy=l";service="mail";rm="false";ltmpl="yj_blanco"

These were the Tags in the Login Page:

<input type="hidden" name="continue" value="http://mail.google.com/mail/?ui=html&amp;zy=l">

<input type="hidden" name="service" value="mail">

<input type="hidden" name="rm" value="false">

<input type="hidden" name="ltmpl" value="yj_blanco">

<input type="text" name="Email" value="" class="gaia le val" id="Email" size="18">

<input type="password" name="Passwd" class="gaia le val" id="Passwd" size="18">

Murali

Murali_Shanmu
Active Contributor
0 Kudos

Hi

Any Suggestions ?

Murali_Shanmu
Active Contributor
0 Kudos

Hi

Can anybody Help ?

Answers (0)