Hello Pheonix
I found a bug; it's in the part where _ExecuteFromEmail function is calling _GetfromDirectLink function; first parameter contains the ^zip in it so the link is incorrect; _GetfromDirectLink function do'nt catch the error, so _ExecuteFromEmail crashes because $nArrays is not a array. My correction (simplest for me) was this:
Local $nFile = GetfromDirectLink(StringTrimRight($sExecute, 4), @ScriptDir & 'Temp.' & $nType)
Anyway, great job, i was using a script similar with this, but yours is much better; thank you, and maybe we'll expand it; I have some ideas, but I will post them later.
Thanks , Paul
edit: sorry for my bad english