symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
13 stars 10 forks source link

add support for oauth2 authentication MS Office uses #128

Closed adamdruppe closed 7 months ago

adamdruppe commented 8 months ago

not fully tested but based on some python that works

codecov[bot] commented 8 months ago

Codecov Report

Attention: 5 lines in your changes are missing coverage. Please review.

Comparison is base (5c1df1c) 15.20% compared to head (11351ec) 15.16%.

:exclamation: Current head 11351ec differs from pull request most recent head 1e4ec6c. Consider uploading reports for the commit 1e4ec6c to get more accurate results

Files Patch % Lines
source/symmetry/imap/request.d 0.00% 5 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ========================================== - Coverage 15.20% 15.16% -0.05% ========================================== Files 12 12 Lines 1427 1431 +4 ========================================== Hits 217 217 - Misses 1210 1214 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

adamdruppe commented 7 months ago

a test proves i did miss an important detail but it works now, gonna push through.