NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: vklemet on August 21, 2020, 04:24:52 AM

Title: Odd behaviour trying to download emails
Post by: vklemet on August 21, 2020, 04:24:52 AM
Hello,

I am trying to figure out why email download gets stuck when loading a mail with somewhat large attachment (> 20MB). When using /netall, debugview shows something I don't quite understand, for me it seems that NT is trying to download same thing again and again decrementing then number of parts by 1 each iteration (part of the log attached). It seems to do it until 0 and then just stop without calling ErrorTrap. Any ideas what is going on and how I could fix this?

BR,
Vesa
Title: Re: Odd behaviour trying to download emails
Post by: Bruce on August 27, 2020, 11:23:10 PM
I don't think you'll have a lot of joy reading the log from the DLL. The log at the class level may be helpful.
To understand what is going on, the log should be used in conjunction with the source code in netemail.clw
(you don't mention which build of NetTalk you are using...)

cheers
Bruce
Title: Re: Odd behaviour trying to download emails
Post by: vklemet on August 28, 2020, 04:00:50 AM
Thanks for the reply. We are currently using version 10.38 of NetTalk.

Ok, did another run with /nettalklog on. In the log there is a _DebugPacketNumber value, which is incrementing and value "data length" which seems to quite constantly be 4096. Can total downloaded bytes be calculated by multiplying the two values together? If so, the download seems to stop before the full message is received, in the case of the log there is about 23 MB downloaded on a message than has 27 MB attachment.

Br,
Vesa
Title: Re: Odd behaviour trying to download emails
Post by: Bruce on August 30, 2020, 10:47:34 PM
If you privately email your account details I can try a download from here and see if I get the same effect.

cheers
Bruce