Skip to content

Commit a44984d

Browse files
committed
Clarify configuration file token caching
1 parent 14e7839 commit a44984d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

emailproxy.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ documentation = Accounts are specified using your email address as the section h
8080
OAuth 2.0 client registrations with the mail access scope, so reusing existing credentials is the only option here.
8181

8282
Once the proxy is correctly configured, after the first successful use of an account its access token details will
83-
be automatically cached for future use, encrypted with the IMAP/POP/SMTP password you used in your email client.
84-
By default this configuration file is reused for caching, but you can specify a different location or method using
85-
the proxy's`--cache-store` parameter. You do not need to add or edit cached values manually (i.e., `token_salt`,
86-
`access_token`, `access_token_expiry`, `refresh_token` and `last_activity`); the proxy handles this for you.
83+
be cached for future use, encrypted with the IMAP/POP/SMTP password you used in your email client. By default this
84+
configuration file is reused for caching (so it must be writable), but you can specify a different location or
85+
method using the proxy's`--cache-store` parameter. You do not need to add or edit cached values manually (i.e.,
86+
`token_salt`, `access_token`, `access_token_expiry`, `refresh_token` and `last_activity`); the proxy handles this.
8787

8888
The password used in your email client is not used for authentication with the actual email server (this is done via
8989
OAuth 2.0 in a web browser), so it can be different to your real account password, which is helpful for debugging.

0 commit comments

Comments
 (0)