- Joined
- May 10, 2007
- Posts
- 1,972
- Reaction score
- 288
I've been chatting with my lead developer about an issue we have regarding a new bit of software.
I've asked him about the issue, and here is the technical info:
----------
The email component connects to GMail via an IMAP listener. This is a mail handling protocol that runs over TCP/IP. The Windows Server opens a WinSock connection to the mail server over port 993 using a TLS encryption algo. The problem is that the TCP/IP connection seems to get closed/dropped after about 10 mins. If I restart the listener component then it works again for another 10 mins etc. I'm using the AE.MAIL.NET IMAP library for the C# code.
I've added some code that reopens the IMAP connection every 5 mins but that still doesn't solve it. It's a real puzzler.
-------------
If anyone thinks they might know what is going on, then, please don't hesitate to get in touch.
Happy to pay for quality advice that helps resolve the issue.
Thanks, Phil
I've asked him about the issue, and here is the technical info:
----------
The email component connects to GMail via an IMAP listener. This is a mail handling protocol that runs over TCP/IP. The Windows Server opens a WinSock connection to the mail server over port 993 using a TLS encryption algo. The problem is that the TCP/IP connection seems to get closed/dropped after about 10 mins. If I restart the listener component then it works again for another 10 mins etc. I'm using the AE.MAIL.NET IMAP library for the C# code.
I've added some code that reopens the IMAP connection every 5 mins but that still doesn't solve it. It's a real puzzler.
-------------
If anyone thinks they might know what is going on, then, please don't hesitate to get in touch.
Happy to pay for quality advice that helps resolve the issue.
Thanks, Phil