@abeme said in Problem with login BAS:
In this case, use the "linesfromfile" resource
e2f8fb56-4d56-4305-80af-ddc5d103d6ce-изображение.png
So, i am trying to fetch a link from an email to activate an account, using IMAP.
The Link looks like this:
http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y*saxnel2317dkw124bFjS7d
But by using search first I would get the link result as: http://secure.SOMETHING.com/m=email-register/submit_code.ws?address=Johny@mail.com&code=y
Seems like Search first has a problem with the star simbol *, so i get the incorrect link, so it does not work. Any way to bypass this issue?
Ok i resolved the issue, by making a custom regex and finding the URL in the whole email message.
Happy to hear the problem solved, but you can also replace it (if posible, i mean full link till the end still exist)
Thanks