Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-20-2006, 08:58 AM
Junior Member
 
Join Date: Mar 2006
Posts: 11
Default Mail object freezing...

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.
Reply With Quote
  #2 (permalink)  
Old 09-22-2006, 06:34 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Mail object freezing...

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.
Reply With Quote
  #3 (permalink)  
Old 09-22-2006, 10:55 AM
Junior Member
 
Join Date: Mar 2006
Posts: 11
Default Re:Mail object freezing...

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.


Reply With Quote
  #4 (permalink)  
Old 09-25-2006, 08:36 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Mail object freezing...

Could you please send us one of the emails that cause problem? We need a sample to debug the object. Thank you very much.
Reply With Quote
  #5 (permalink)  
Old 09-26-2006, 09:07 PM
Junior Member
 
Join Date: Mar 2006
Posts: 11
Default Re:Mail object freezing...

It has been sent to support@swfkit.com! Hope you can solve it! Thanx a lot!
Reply With Quote
  #6 (permalink)  
Old 09-27-2006, 06:51 PM
Junior Member
 
Join Date: Mar 2006
Posts: 11
Default Re:Mail object freezing...

Today i got back the message that have been sent to you, without the attachments, but nothing else...
Reply With Quote
  #7 (permalink)  
Old 09-28-2006, 12:09 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Mail object freezing...

We have received your email, and we will resolve the problem a.s.a.p.
Reply With Quote
  #8 (permalink)  
Old 09-28-2006, 02:38 PM
Junior Member
 
Join Date: Mar 2006
Posts: 11
Default Re:Mail object freezing...

Thank you!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:53 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.