| Author |
Javamail IMAP connection to exchange just hangs
|
Moshe Bar-Nachoom
Greenhorn
Joined: Dec 31, 2011
Posts: 1
|
|
hi,
i'm trying to connect to an Exchange server in my company's HQ. The server has a web interface and this is the one I'm using to also connect (successfully) through android exchange clients - say it's https://xxx.yyy.com.
So I was trying to use the JavaMail API to connect to the exchange server using the IMAP store. When I run the code, on connection attempt, the code just hangs there. It looks frozen. Does nothing.
I also tried sniffing it out with Wireshark and it looks it goes through the handshaking process just fine. And then... nothing.
Please help. here's the code:
The debugger prints: "DEBUG: trying to connect to host "xxx.yyy.com", port 443, isSSL true" and then... just sits there... doing nothing... waiting... i don't know.
The user name is as proposed by the documentations: "DOMAIN\\DomainUser\\Mail.User(Without domain.com extension)"
Thanks guys. Looking forward to your help.
Moshe
|
 |
James Boswell
Ranch Hand
Joined: Nov 09, 2011
Posts: 657
|
|
Hi Moshe
Does the code terminate or sit idle? Also, I wouldn't leave the catch block empty.
|
 |
 |
|
|
subject: Javamail IMAP connection to exchange just hangs
|
|
|