Alexander Yumashev

Results 54 comments of Alexander Yumashev

It appears the problem is gone in the latest code, you just need to publish a new release ;)

Thanks for leaving the issue open @sjdirect !!! Took me a while to find it though. Adding the error text I was getting: "Could not create SSL/TLS secure channel" (just...

I assume that this code: ```csharp imap.Inbox.AddFlags(uids, MailKit.MessageFlags.Deleted, true); ``` Should new be ```csharp imap.Inbox.Store(uids, new MailKit.StoreFlagsRequest(MailKit.StoreAction.Add, MailKit.MessageFlags.Deleted)); ```

Oh, I didn't realize that simply adding `using MailKit` fixes this, because it makes `IMailFolderExtensions` visible.

Sorry for the false alarm

Can you provide a response example?

I'm not sure this is our code

1) I don't like that there's no way to send a request WITHOUT this attribute.. 2) Shouldn't it be lowercase? Like `forceAuthn="true"` ?

Do you mean service provider initiated logout or indentity provider initiated logout? (service provider is your app, ID provider is the SAML provider)

No plans yet, and TBH I don't even know where to start