Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET POP3

 AfterLogic Forum : MailBee.NET POP3
Subject Topic: POP3 disconnects exactly in 1 minute Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
sisodia_16
Newbie
Newbie
Avatar

Joined: 07 December 2006
Location: India
Online Status: Offline
Posts: 6
Posted: 07 December 2006 at 12:24am | IP Logged Quote sisodia_16

Hi,
We are facing a strange problem with MailBee.Net POP3 connection. We had a trial version and then we bought the license for the component. The trial version was working fine, but the when we switched to the connection between the server and client gets disconnected after exactly 1 minute (even if we are in middle of downloading the message). It would be great if we could get the possible causes for the same.
Thanks and regards,
Saurabh
Back to Top View sisodia_16's Profile Search for other posts by sisodia_16
 
Andrew
AfterLogic Support
AfterLogic Support


Joined: 28 April 2006
Location: United States
Online Status: Offline
Posts: 1189
Posted: 07 December 2006 at 4:26am | IP Logged Quote Andrew

To let us investigate the issue, could you please enable logging POP3 session into a file, reproduce the problem, and send us the log file for examination? You can enable logging as follows:

Code:
// C# syntax
Pop3 pop = new Pop3();
pop.Log.Enabled = true;
pop.Log.Filename = @"C:\log.txt";
pop.Log.Clear();


' VB.NET syntax
Dim pop As New Pop3
pop.Log.Enabled = True
pop.Log.Filename = "C:\log.txt"
pop.Log.Clear()


Please make sure the application has permission to write into the specified location. You can send the log file to support@afterlogic.com.


Best regards,
Andrew
Back to Top View Andrew's Profile Search for other posts by Andrew
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide