java - Automatic login to gmail -


i want login gmail account automatically without asking username & password, provide using url(gmail), i.e when run java application, should display "inbox" page of gmail (the login page of gmail should not displayed) , should open first unread mail.

how can pass "username" & "password" achieve above scenario?

i want achieve 'only' using java.

this not possible. every web browser can set remember login name , password, cannot in url. not safe.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -