pop3 email ask for password

Discuss RoboTask here
Post Reply
rgonzalez
Posts: 41
Joined: Fri Nov 26, 2010 10:19 am

pop3 email ask for password

Post 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?
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

pop3 email ask for password

Post 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.
Post Reply