I'm trying to grab a password in email and login with it. So I used regex this is the regex below
(?<=Password: ).*(?= Login at )
this is the actual line from the confirmation email Your account details are: Username: lylum1980 Password: 7xfnhwQW Login at
So that should be right? I checked to see if it worked and parsed the password and it worked good in testing. I'm guessing it's a bug because when I test it, it works right but when it tries to download i get that message "During confirmation the message was found, but the text was not detected"
Am I doing something wrong or is it a bug?
Thanks
(?<=Password: ).*(?= Login at )
this is the actual line from the confirmation email Your account details are: Username: lylum1980 Password: 7xfnhwQW Login at
So that should be right? I checked to see if it worked and parsed the password and it worked good in testing. I'm guessing it's a bug because when I test it, it works right but when it tries to download i get that message "During confirmation the message was found, but the text was not detected"
Am I doing something wrong or is it a bug?
Thanks