Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

javamail: How do I tell gmail not to sign me into chat?

Tags:

java

chat

gmail

When I connect to gmail programmatically (using javamail), gmail also automagically signs me into chat. How do I tell javamail to tell gmail not to sign me into chat too?

like image 770
Everyone Avatar asked Nov 14 '22 19:11

Everyone


1 Answers

If you manually sign-out of chat once,the next time you login to gmail ,it will retain the previous state,so you can avoid automatic login to chat.There must be a programmatic solution,i'm just giving a temporary solution.

like image 197
Emil Avatar answered Dec 10 '22 02:12

Emil