Hey, i've almost finished my mass email processing template. The only thing i want to do yet:
I want to login to my account and move all emails from the spam folder into my inbox automatically, after that the mass email processing can start.
What can i do that this action is performed only one time in multithreading mode. If i have multiple threads, it will try to login and move the emails into my inbox every time an instance starts. I don't want to create an extra template for that and i can't delete the spam folder, so this is necessary...
thx
I want to login to my account and move all emails from the spam folder into my inbox automatically, after that the mass email processing can start.
What can i do that this action is performed only one time in multithreading mode. If i have multiple threads, it will try to login and move the emails into my inbox every time an instance starts. I don't want to create an extra template for that and i can't delete the spam folder, so this is necessary...
thx