@DoctorKrolic said in Cannot write @ when entering email address with BAS:
@Fox В следующем патче дофиксите?
Не знаю
Или больше патчей уже не будет?
Будут
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