Browse Source

Changed name to FairEmail

main
M66B 5 years ago
parent
commit
7ea97fad6b
57 changed files with 169 additions and 112 deletions
  1. BIN
      .idea/caches/build_file_checksums.ser
  2. +2
    -2
      FAQ.md
  3. +9
    -9
      README.md
  4. +1
    -1
      app/build.gradle
  5. +2
    -2
      app/src/main/java/eu/faircode/email/ActivityBase.java
  6. +2
    -2
      app/src/main/java/eu/faircode/email/ActivityCompose.java
  7. +19
    -0
      app/src/main/java/eu/faircode/email/ActivityMain.java
  8. +2
    -2
      app/src/main/java/eu/faircode/email/ActivitySetup.java
  9. +2
    -2
      app/src/main/java/eu/faircode/email/ActivityView.java
  10. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterAccount.java
  11. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterAttachment.java
  12. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterFolder.java
  13. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterIdentity.java
  14. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterMessage.java
  15. +2
    -2
      app/src/main/java/eu/faircode/email/AdapterOperation.java
  16. +2
    -2
      app/src/main/java/eu/faircode/email/ApplicationEx.java
  17. +3
    -3
      app/src/main/java/eu/faircode/email/DB.java
  18. +2
    -2
      app/src/main/java/eu/faircode/email/DaoAccount.java
  19. +2
    -2
      app/src/main/java/eu/faircode/email/DaoAttachment.java
  20. +2
    -2
      app/src/main/java/eu/faircode/email/DaoFolder.java
  21. +2
    -2
      app/src/main/java/eu/faircode/email/DaoIdentity.java
  22. +2
    -2
      app/src/main/java/eu/faircode/email/DaoMessage.java
  23. +2
    -2
      app/src/main/java/eu/faircode/email/DaoOperation.java
  24. +2
    -2
      app/src/main/java/eu/faircode/email/EntityAccount.java
  25. +2
    -2
      app/src/main/java/eu/faircode/email/EntityAttachment.java
  26. +2
    -2
      app/src/main/java/eu/faircode/email/EntityFolder.java
  27. +2
    -2
      app/src/main/java/eu/faircode/email/EntityIdentity.java
  28. +2
    -2
      app/src/main/java/eu/faircode/email/EntityMessage.java
  29. +2
    -2
      app/src/main/java/eu/faircode/email/EntityOperation.java
  30. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentAbout.java
  31. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentAccount.java
  32. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentAccounts.java
  33. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentCompose.java
  34. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentEula.java
  35. +19
    -0
      app/src/main/java/eu/faircode/email/FragmentEx.java
  36. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentFolder.java
  37. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentFolders.java
  38. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentIdentities.java
  39. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentIdentity.java
  40. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentMessage.java
  41. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentMessages.java
  42. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentOperations.java
  43. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentSetup.java
  44. +2
    -2
      app/src/main/java/eu/faircode/email/FragmentWebView.java
  45. +2
    -2
      app/src/main/java/eu/faircode/email/Helper.java
  46. +2
    -2
      app/src/main/java/eu/faircode/email/HtmlHelper.java
  47. +2
    -2
      app/src/main/java/eu/faircode/email/MessageHelper.java
  48. +2
    -2
      app/src/main/java/eu/faircode/email/MimeMessageEx.java
  49. +2
    -2
      app/src/main/java/eu/faircode/email/Provider.java
  50. +2
    -2
      app/src/main/java/eu/faircode/email/ReceiverAutostart.java
  51. +2
    -2
      app/src/main/java/eu/faircode/email/ServiceSynchronize.java
  52. +2
    -2
      app/src/main/java/eu/faircode/email/SimpleTask.java
  53. +2
    -2
      app/src/main/java/eu/faircode/email/TupleAccountStats.java
  54. +2
    -2
      app/src/main/java/eu/faircode/email/TupleFolderEx.java
  55. +19
    -0
      app/src/main/java/eu/faircode/email/TupleIdentityEx.java
  56. +2
    -2
      app/src/main/java/eu/faircode/email/TupleMessageEx.java
  57. +1
    -1
      app/src/main/res/values/strings.xml

BIN
.idea/caches/build_file_checksums.ser View File


+ 2
- 2
FAQ.md View File

@ -1,5 +1,5 @@
Safe email
==========
FairEmail
=========
Frequently Asked Questions
--------------------------


+ 9
- 9
README.md View File

@ -1,5 +1,5 @@
Safe email
==========
FairEmail
=========
Simple, secure and efficient email app
@ -67,7 +67,7 @@ See [here](https://github.com/M66B/open-source-email/blob/master/FAQ.md) for a l
Support
-------
* For support on Safe email, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
* For support on FairEmail, please go [here](https://forum.xda-developers.com/android/apps-games/source-email-t3824168)
Contributing
------------
@ -79,12 +79,12 @@ are preferred in the form of [pull requests](https://help.github.com/articles/cr
*Translations*
* You can translate the in-app texts of Safe email [here](https://crowdin.com/project/open-source-email)
* You can translate the in-app texts of FairEmail [here](https://crowdin.com/project/open-source-email)
* If your language is not listed, please send a message through [this contact form](https://contact.faircode.eu/)
*Source code*
Building Safe email from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
Building FairEmail from source code is straightforward with [Android Studio](http://developer.android.com/sdk/).
It is expected that you can solve build problems yourself, so there is no support on building.
Source code contributions are preferred in the form of [pull requests](https://help.github.com/articles/creating-a-pull-request/).
@ -95,7 +95,7 @@ Please note that you agree to the license below by contributing, including the c
Attribution
-----------
Safe email uses:
FairEmail uses:
* [JavaMail](https://javaee.github.io/javamail/). Copyright (c) 1997-2018 Oracle® and/or its affiliates. All rights reserved. [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
* [jsoup](https://jsoup.org/). Copyright © 2009 - 2017 Jonathan Hedley. [MIT license](https://jsoup.org/license).
@ -109,15 +109,15 @@ License
Copyright (c) 2018 Marcel Bokhorst. All rights reserved
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Safe email is distributed in the hope that it will be useful,
FairEmail is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Safe email. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).
along with FairEmail. If not, see [https://www.gnu.org/licenses/](https://www.gnu.org/licenses/).

+ 1
- 1
app/build.gradle View File

@ -8,7 +8,7 @@ android {
targetSdkVersion 28
versionCode 10
versionName "0.10"
archivesBaseName = "SafeEmail-v$versionName"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {
annotationProcessorOptions {


+ 2
- 2
app/src/main/java/eu/faircode/email/ActivityBase.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/ActivityCompose.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 19
- 0
app/src/main/java/eu/faircode/email/ActivityMain.java View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;


+ 2
- 2
app/src/main/java/eu/faircode/email/ActivitySetup.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/ActivityView.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterAccount.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterAttachment.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterFolder.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterIdentity.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterMessage.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/AdapterOperation.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/ApplicationEx.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 3
- 3
app/src/main/java/eu/faircode/email/DB.java View File

@ -23,9 +23,9 @@ import androidx.room.migration.Migration;
import androidx.sqlite.db.SupportSQLiteDatabase;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@ -71,7 +71,7 @@ public abstract class DB extends RoomDatabase {
private static DB sInstance;
private static final String DB_NAME = "email.2.db";
private static final String DB_NAME = "fairemail.db";
public static synchronized DB getInstance(Context context) {
if (sInstance == null)


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoAccount.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoAttachment.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoFolder.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoIdentity.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoMessage.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/DaoOperation.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityAccount.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityAttachment.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityFolder.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityIdentity.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityMessage.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/EntityOperation.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentAbout.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentAccount.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentAccounts.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentCompose.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentEula.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 19
- 0
app/src/main/java/eu/faircode/email/FragmentEx.java View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
import android.content.res.Configuration;
import android.os.Bundle;
import android.util.Log;


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentFolder.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentFolders.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentIdentities.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentIdentity.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentMessage.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentMessages.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentOperations.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentSetup.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/FragmentWebView.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/Helper.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/HtmlHelper.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/MessageHelper.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/MimeMessageEx.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/Provider.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/ReceiverAutostart.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/ServiceSynchronize.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/SimpleTask.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/TupleAccountStats.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 2
- 2
app/src/main/java/eu/faircode/email/TupleFolderEx.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 19
- 0
app/src/main/java/eu/faircode/email/TupleIdentityEx.java View File

@ -1,5 +1,24 @@
package eu.faircode.email;
/*
This file is part of FairEmail.
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
NetGuard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with NetGuard. If not, see <http://www.gnu.org/licenses/>.
Copyright 2018 by Marcel Bokhorst (M66B)
*/
public class TupleIdentityEx extends EntityIdentity {
public String accountName;
}

+ 2
- 2
app/src/main/java/eu/faircode/email/TupleMessageEx.java View File

@ -1,9 +1,9 @@
package eu.faircode.email;
/*
This file is part of Safe email.
This file is part of FairEmail.
Safe email is free software: you can redistribute it and/or modify
FairEmail is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.


+ 1
- 1
app/src/main/res/values/strings.xml View File

@ -1,5 +1,5 @@
<resources>
<string name="app_name" translatable="false">Safe email</string>
<string name="app_name" translatable="false">FairEmail</string>
<string name="app_copyright">Copyright &#x24B8; 2018 by M. Bokhorst</string>
<string name="app_eula" translatable="false">THIS SOFTWARE IS PROVIDED BY THE AUTHOR \'\'AS IS\'\' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</string>


Loading…
Cancel
Save