mirror of
https://github.com/vale981/outlook-oauth-hack
synced 2025-03-04 08:31:38 -05:00
Fix weird coloring
This commit is contained in:
parent
0f42bc7759
commit
6e1f9720c3
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ Follow the instructions to obtain a `refresh_token` file containing an AAD refre
|
|||
## Step 3: configure OfflineIMAP
|
||||
Edit your `.offlineimaprc` file so that your remote repository section looks like this:
|
||||
|
||||
```toml
|
||||
```ini
|
||||
[Repository Remote]
|
||||
type = IMAP
|
||||
sslcacertfile = <path to CA certificates>
|
||||
|
@ -34,4 +34,4 @@ oauth2_request_url = https://login.microsoftonline.com/common/oauth2/v2.0/token
|
|||
oauth2_client_id = <the client ID from step 1>
|
||||
oauth2_client_secret = <the client secret from step 1>
|
||||
oauth2_refresh_token = <the contents of the refresh_token file from step 2>
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue