Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9587566 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

mail: Update readme and authors

parent 6bb7b110
Loading
Loading
Loading
Loading

AUTHORS

0 → 100644
+9 −0
Original line number Diff line number Diff line
Specific authors for Mail, the /e/ fork of Thunderbird (fka K-9 Mail):
© 2024 - Thunderbird Mobile Team
© 2024 - MURENA SAS

Note: Original Thunderbird (fka K-9 Mail) authors are not listed here.

Please refer to the source code an/or to the commit history for the complete list of authors.

- https://github.com/thunderbird/thunderbird-android
 No newline at end of file
+7 −5
Original line number Diff line number Diff line
@@ -5,21 +5,23 @@ Mail is forked from [k9 Mail/Thunderbird](https://github.com/thunderbird/thunder

## Authors

[Authors](https://gitlab.e.foundation/e/apps/Mail/-/blob/master/AUTHORS)
[Authors](https://gitlab.e.foundation/e/os/mail/-/blob/develop/AUTHORS)

## Release Notes

Check out the [Release Notes](https://gitlab.e.foundation/e/apps/Mail/-/releases) to find out what changed
Check out the [Release Notes](https://gitlab.e.foundation/e/os/mail/-/releases) to find out what changed
in each version of Mail.

## Privacy Policy

[Privacy Policy](https://e.foundation/legal-notice-privacy)  
[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.

## License

+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
    <Preference android:title="@string/preferences_authors">
        <intent
            android:action="android.intent.action.VIEW"
            android:data="https://gitlab.e.foundation/e/os/mail/-/blob/master/AUTHORS" />
            android:data="https://gitlab.e.foundation/e/os/mail/-/blob/develop/AUTHORS" />
    </Preference>

    <Preference android:title="@string/about_source_title">