|
|||
|
When I try to receive mails from a pop3 server, it's randomly freezing...
Some messages arrive and than one of them makes the exe crash. The code is almost the same as it is in the tutorial. Could it be related with the encoding of mails? The debugger sad: Unhandled exception at 0x7c9111de in mailGet.exe: 0xC0000005: Access violation reading location 0x7633443d. |
|
|||
|
Are you using swfkit 3 or pro 3? The old version has a bug that will cause the programs crash. If it cannot work even in v3, please send us your code, we will test it and resolve the problem.
|
|
|||
|
I'm using V3.
The code is: var pop = new RecvMail; pop.server = "mail.netmasters.hu"; pop.username = "username"; pop.password = "password"; pop.connect(); var l = pop.list(); var i; for (i = 0; i < l.length; i++) { var mail = pop.retr(i + 1); filename="c:\\mail\\"+mail.uidl(i)+".eml" mail.save(filename); } pop.quit(); pop.close(); It hangs when I try to retrieve specific mails, if I remove those from the server it works perfectly. |
|
|||
|
It has been sent to support@swfkit.com! Hope you can solve it! Thanx a lot!
![]() |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|