Question : Mail folders->knowing what FILE is for what message

I know I can move the FILE because it would currently be in this FOLDER:
/mail/my_server/help/cur

And I can move it to this folder:
/mail/my_server/help/.completed uploads/cur

Now, how do I know what the FILE name is for the particular message?

Answer : Mail folders->knowing what FILE is for what message

It looks like you might be returning the actual text method and not calling it. Try changing the line to this:
1:
var filename = $(this).find("fileName").text();
Random Solutions  
 
programming4us programming4us