Author |
|
LLD Newbie
Joined: 23 February 2010
Online Status: Offline Posts: 1
|
Posted: 23 February 2010 at 1:03pm | IP Logged
|
|
|
Hi,
connecting to the googlemail IMAP servers shows some odd behaviour using the MailBee.Net IMAP library on Windows Smartphones (.Net Compact Framework).
Sometimes connecting [imp.connect("imap.googlemail.com", 993)] to the server just hangs, in the log file this looks like this:
[21:24:15.02] [INFO] Assembly version: 5.8.2.171.
[21:24:15.01] [INFO] Will resolve host "imap.googlemail.com".
[21:24:15.07] [INFO] Host "imap.googlemail.com" resolved to IP address(es) 74.125.43.16.
[21:24:15.08] [INFO] Will connect to host "imap.googlemail.com" on port 993.
[21:24:15.14] [INFO] Socket connected to IP address 74.125.43.16 on port 993.
[21:24:15.16] [INFO] Will create TLS/SSL credentials.
[21:24:15.26] [INFO] TLS/SSL credentials created.
[21:24:15.27] [INFO] Will start TLS/SSL negotiation sequence.
[21:24:15.38] [INFO] TLS/SSL negotiation completed.
The server doesn't give back the "*OK Gimap ready for request from ...", and the code hangs, without an exception being thrown.
This behaviour is especially being observed when the phone has an active Wifi connection, it won't happen that often when the phone is connected via its normal carrier network (but still it happens from time to time).
I also tried with other IMAP servers, but the behaviour cannot be reproduced.
Does anybody have the same problem, or even a solution to it? Am I missing something?
Thanks in advance
Roland
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 24 February 2010 at 7:44am | IP Logged
|
|
|
We might be able to help you on the issue, but this assumes sending confidential info so please send an inquiry to AfterLogic HelpDesk. Be sure to include a link to this forum thread.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|