Page 1 of 1

pop3 email ask for password

Posted: Fri Nov 26, 2010 11:48 am
by rgonzalez
Hello, im trying to make a task that connects using pop3 to get emails but instead of setting the password on the "pop3 open" function, i want robotask to ask me the password when i start the task using an input box and assign it to a variable and then use that variable on "pop3 open" im having problems because when i try to connect i always get the msg wrong password, something seems wrong with the var, here some example:open an input box and ask for the password and set value to "pass_var"open "pop3 open" and set password to {pass_var}but doesnt work...i tried pass_var, {pass_var}, PASS_VAR and {pass_var}is there other way?

pop3 email ask for password

Posted: Sat Nov 27, 2010 5:26 am
by Oleg
You should set the password explicitly. Password is being encrypted in the task.
But I wrote this wish into our ToDo list. Probably we need to improve the action.