Dev Sanghani

Results 10 comments of Dev Sanghani

Also, when exporting a keyring from gpg using ```gpg --armor --export > keys.asc``` , it exports multiple keys within a single armored block, this also seems to be a little...

Reproduced by the auth library: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1274

To be clear, the example works with an Office365 account but not with an Outlook.com account. We're receiving a token that is failing the regex in `OAuthCredentials.cs`. Instead of a...

@ashwinswy Yup. I got some more insight when I posted the same thing on: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/1274 but no one at MS seems to be taking ownership of this.

@JTvermose Did you figure this out? Having a similar issue for our app.

@JTvermose Ok thanks, I'll try that out. Pretty frustrating when things don't work according to spec.

Yup. I think that should work. Thanks!

A workaround is just adding `#if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_16` in `mailstream_low_cfstream_open_voip_timeout` - MCIMAPSession & MCIMAPAsyncSession use `mVoIPEnabled = true;` by default in the initializers. ``` #if __IPHONE_OS_VERSION_MIN_REQUIRED < __IPHONE_16 #if...

@neuhalje Did you manage to figure out how to add a user ID to an existing key?