@ensdmrlq said in Spotify song playback problem:
Isn't it possible with BAS?
With BAS, it can't be fixed.
As I mentioned above, you should use a real Chrome browser.
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