Skip to content

Commit 2e26fb4

Browse files
committed
Link to release rather than zip download; fix documentation typo
1 parent a44984d commit 2e26fb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For commercial support or feature requests, please also consider [sponsoring thi
2323

2424

2525
## Getting started
26-
After cloning or [downloading](https://github.com/simonrob/email-oauth2-proxy/archive/refs/heads/main.zip) (and starring :-) this repository, start by editing the file `emailproxy.config` to add configuration details for each email server and account that you want to use with the proxy.
26+
After cloning or [downloading](https://github.com/simonrob/email-oauth2-proxy/releases/latest) (and starring :-) this repository, start by editing the file `emailproxy.config` to add configuration details for each email server and account that you want to use with the proxy.
2727
[Guidance and example account configurations](emailproxy.config) are provided for Office 365, Gmail and several other providers, though you will need to insert your own client credentials for each one (see the [documentation below](#oauth-20-client-credentials)).
2828
You can remove details from the sample configuration file for services you don't use, or add additional ones for any other OAuth 2.0-authenticated IMAP/POP/SMTP servers you would like to use with the proxy.
2929

emailproxy.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ documentation = Accounts are specified using your email address as the section h
8282
Once the proxy is correctly configured, after the first successful use of an account its access token details will
8383
be cached for future use, encrypted with the IMAP/POP/SMTP password you used in your email client. By default this
8484
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.,
85+
method using the proxy's `--cache-store` parameter. You do not need to add or edit cached values manually (i.e.,
8686
`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

0 commit comments

Comments
 (0)