[Terms of service](https://e.foundation/legal-notice-privacy)
[Privacy Policy & Terms of service](https://e.foundation/legal-notice-privacy)
## Forking
If you want to use a fork of this project please ensure that you replace the OAuth client setup in the `app-k9mail/src/{debug,release}/kotlin/app/k9mail/auth/K9OAuthConfigurationFactory.kt` and `app-thunderbird/src/{debug,daily,beta,release}/kotlin/net/thunderbird/android/auth/TbOAuthConfigurationFactory.kt` with your own OAuth client setup and ensure that the `redirectUri` is different to the one used in the main project. This is to prevent conflicts with the main app when both are installed on the same device.
If you want to use a fork of this project please ensure that you replace the OAuth client setup in
the `app-thunderbird/src/main/kotlin/net/thunderbird/android/auth/EOAuthConfigurationFactory.kt` with
your own OAuth client setup and ensure that the `redirectUri` is different to the one used in the main
project. This is to prevent conflicts with the main app when both are installed on the same device.