Geoffrey Smith
Geoffrey Smith
@fastbike FYI If you manually create a TBase64Encoding instead of of using TNetEncoding.Base64... you can specify line length, including not splitting it up on a line at all. Also I...
I've been working on this and should have an update shortly to handle this issue. Commenting out the sorting works because the swagger file has been created with all the...
Have a look at https://github.com/geoffsmith82/SwagDoc/tree/Dependency-Ordering The ordering works, but I messed up some of the parameter and object generation. My understanding of the problem has improved.... The types are defined...
The bottom of it seems cut off
The exact error message would be helpful. Try going to your webbrowswer and goto http://accounts.microsoft.com and log out of the account. Then try login again
In the past few days Microsoft has tightened up security restrictions for access. See https://aka.ms/smtp_auth_disabled They appear to be forcing 2fa as well. For the moment this means that the...
Unfortunately I don't seem to be able to get OAuth2 authentication working with POP3. Not quite sure if Microsoft doesn't support it or I am doing something wrong. IMAP does...
@hairy77 I don't think that is it. When I have got some time, I might have a look at putting the connection through a TLS proxy and see the difference...
If you just want to make it work with gmail, you need to make the line `xoauthSASL.SASL :=TIdSASLXOAuth.Create(nil);`
Which provider was it? gmail, hotmail or office365?