Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] gmail in tpop

Hello everybody.
I have a little problem. When I configure tpop for gmail, i have error:
Exception in component tPOP_1
javax.mail.MessagingException: Connect failed;
nested exception is:
java.net.ConnectException: Connection timed out: connect
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:148)
at javax.mail.Service.connect(Service.java:275)
at javax.mail.Service.connect(Service.java:156)
at msn.mail.mail.tPOP_1Process(mail.java:141)
at msn.mail.mail.runJobInTOS(mail.java:339)
at msn.mail.mail.main(mail.java:246)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:232)
at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:189)
disconnected
disconnected
at com.sun.mail.pop3.Protocol.<init>(Protocol.java:81)
at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:201)
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:144)
... 5 more
host: "gmail.com"
output directory: "c:/mail"
filename pattern: TalendDate.getDate("yyyyMMdd-hhmmss") + "_" + (counter_tPOP_1 + 1) + ".mail"
What did I wrong?
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Gmail use 995 SSL port.
This is currently not available in the tPop component.
If you need this feature, please report it in our bugtracker
HTH,

View solution in original post

9 Replies
_AnonymousUser
Specialist III
Specialist III

First of all, googlemail's pop server is not only "gmail.com". I guess it has to be "pop.gmail.com" or "pop.googlemail.com". So try to correct your settings.
As far as I know, you can access googlemail's pop server using SSL (Port 995) only and I don't see an option like SSL-Support in the tPop component right now... This could be another problem.

Regards
Theo
Anonymous
Not applicable
Author

Running into the same problem. Get "socket is closed" message. Any plans for the product to support SSL connection?
I have data in e-mail attachments. Will attachment be accessible when downloaded using tPop?
Thanks,
Paul
Anonymous
Not applicable
Author

"pop.gmail.com" and "pop.googlemail.com" are with the same error. I think it is problem with socket port.
To access attachments you need use tFileInputMail too.
Anonymous
Not applicable
Author

Gmail use 995 SSL port.
This is currently not available in the tPop component.
If you need this feature, please report it in our bugtracker
HTH,
Anonymous
Not applicable
Author

Dear All,
Have you find a solution?
I face to the same problem
Thanks,
Anonymous
Not applicable
Author

Do you have the Google 2-phase authentication (or phone authentication) switched on? If so, it won't work. You need to switch that off if you have.
Anonymous
Not applicable
Author

Dear rhall_2.0,
Where to find  Google 2-phase authentication (or phone authentication) on my Messagerie account ?
I don't know if it is activated and don't know where to find it ?
Thanks,
Anonymous
Not applicable
Author

If you don't know where to set it, you probably don't have it set up. But take a look here....
http://www.google.com/landing/2step/?utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha
Anonymous
Not applicable
Author

Dear rhall_2.0,
I just used this link to solve my problem:
http://www.hesk.com/knowledgebase/?article=72
Thanks,