IndySASLOAuth2 icon indicating copy to clipboard operation
IndySASLOAuth2 copied to clipboard

OAuth2 SASL authenticator for Indy

Results 3 IndySASLOAuth2 issues
Sort by recently updated
recently updated
newest added

Hi Asbjørn, I've add a function that I get a new token with the refreshtoken. ``` procedure TSASLXOAuth2.GetNewTokenFromRefreshToken; var LClient: TRestClient; LRequest: TRESTRequest; LToken: string; LIntValue: int64; begin if OAuth2Authenticator.RefreshToken.IsEmpty...

Hello Asbjørn, I am new with IMAP, SMTP clients. I am wondering if your IndySASLOAuth2 will work also with the IdSMTP. If yes, then do you have any example how...

Hello, I cannot compile the project with Delphi 10.1, here the messages: ``` [dcc32 Error] IdIMAP4.pas(2757): E2250 There is no overloaded version of 'Write' that can be called with these...