Author |
|
raindm Groupie
Joined: 31 January 2008 Location: Israel
Online Status: Offline Posts: 44
|
Posted: 13 November 2008 at 3:05am | IP Logged
|
|
|
Hi
I use MailBee.Net POP3 latest version.
When i downloading messages i receive the following error:
"The particular item of the response data cannot be parsed. The response string: ...."
This happenes in the commands:
MailMessageCollection msgs;
msgs = pop.DownloadEntireMessages(109, 100);
i use 109,100 for testing only.
If i change the numbers i dont get the error. at least from what i tried.
How do i prevent this error?
Here are some details when this happen:
MailBee.MailBeeInvalidTextResponseException was unhandled
Message="The particular item of the response data cannot be parsed. The response string: ...."
Source="MailBee.NET"
ErrorCode=125
RemoteHostName="80.179.209.34"
ResponseString="..."
StackTrace:
at ek.a(Int32 A_0)
at b5.aj()
at b5.w()
at b5.b(Byte[] A_0, Int32 A_1, Int32 A_2, ey A_3)
at b5.b(Byte[] A_0, ey A_1)
at b5.b(String A_0, ey A_1)
at ap.a(Int32 A_0, Int32 A_1, Int32 A_2)
at a4.a(Int32 A_0, Int32 A_1, Int32 A_2)
at a4.a(Boolean A_0, Int32 A_1, Int32 A_2, Int32 A_3)
at MailBee.Pop3Mail.Pop3.DownloadEntireMessages(Int32 startIndex, Int32 count)
at RemoveBouncesTester.Form1.GetMessages() in C:\Users\dror\Documents\Visual Studio 2008\Projects\RemoveBouncesTester\Form1.cs:line 100
at RemoveBouncesTester.Form1.butGetBounces_Click(Object sender, EventArgs e) in C:\Users\dror\Documents\Visual Studio 2008\Projects\RemoveBouncesTester\Form1.cs:line 47
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(M essage& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Mes sage& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MS G& msg)
at System.Windows.Forms.Application.ComponentManager.System.Win dows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMes sageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoo pInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoo p(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at RemoveBouncesTester.Program.Main() in C:\Users\dror\Documents\Visual Studio 2008\Projects\RemoveBouncesTester\Program.cs:line 18
at System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssem bly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: bw
Message="The particular item of the response data cannot be parsed."
Source="MailBee.NE T"
ErrorCode=125
StackTrace:
at cx.a(String A_0, Encoding A_1)
at ek.a(Int32 A_0)
InnerException:
|
Back to Top |
|
|
raindm Groupie
Joined: 31 January 2008 Location: Israel
Online Status: Offline Posts: 44
|
Posted: 13 November 2008 at 3:18am | IP Logged
|
|
|
it does happen again in:
msgs = pop.DownloadEntireMessages(1290, 100);
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 13 November 2008 at 4:31am | IP Logged
|
|
|
Could you please enable logging POP3 session into a file, reproduce the issue and provide us with the log file for examination?
It would be useful if you let us know exact name and version of the mail server you connect to.
Regards,
Igor
|
Back to Top |
|
|
raindm Groupie
Joined: 31 January 2008 Location: Israel
Online Status: Offline Posts: 44
|
Posted: 22 November 2008 at 12:46pm | IP Logged
|
|
|
okey i sent you the information..
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 24 November 2008 at 7:02am | IP Logged
|
|
|
We've found you are using an outdated version of MailBee.NET.dll. We've sent you updating instructions via email.
Regards,
Igor
|
Back to Top |
|
|