FairEmail 是一款功能齐全、面向隐私的 Android 邮件程序,兼容大多数的邮箱供应商,包括 Gmail 和 Outlook 等厂家。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
M66B 00e01c2ecd
First public release
6 years ago
.idea First public release 6 years ago
app First public release 6 years ago
gradle/wrapper First public release 6 years ago
images First public release 6 years ago
.gitignore First public release 6 years ago
FAQ.md First public release 6 years ago
LICENSE First public release 6 years ago
README.md First public release 6 years ago
build.gradle First public release 6 years ago
gradle.properties First public release 6 years ago
gradlew First public release 6 years ago
gradlew.bat First public release 6 years ago
settings.gradle First public release 6 years ago

README.md

Safe email

Simple, secure and efficient email app

This email app might be for you if your current email app:

  • takes long to show messages
  • can manage only one mailbox
  • cannot show related messages
  • cannot work offline
  • looks outdated
  • is closed source, potentially violating your privacy

Features

  • 100 % open source
  • Multiple accounts (inboxes)
  • Multiple identities (outboxes)
  • Unified inbox
  • Message threading
  • Two way synchronization
  • Offline storage and operations
  • Material design
  • Dark theme

Simple

  • Easy navigation
  • No settings
  • No bells and whistles

Secure

  • Connect to email servers only
  • Allow encrypted connections only
  • Accept valid security certificates only
  • SMTP authentication required
  • Text view only (converted HTML)
  • No special permissions required
  • No advertisements
  • No analytics and no tracking

Efficient

  • No POP support
  • IMAP IDLE required
  • Android 6 Marshmallow or later required

This app starts a foreground service with a low priority status bar notification to make sure you'll never miss new email.

Frequently Asked Questions

See here for a list of often asked questions.

Support

  • For support on Safe email, please go here

Contributing

Documentation

Contributions to this document and the frequently asked questions are preferred in the form of pull requests.

Translations

  • You can translate the in-app texts of Safe email here
  • If your language is not listed, please send a message through this contact form

Source code

Building Safe email from source code is straightforward with Android Studio. 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. Please contact me first to tell me what your plans are.

Please note that you agree to the license below by contributing, including the copyright.

Attribution

Safe email uses:

License

GNU General Public License version 3

Copyright (c) 2018 Marcel Bokhorst. All rights reserved

Safe email 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, 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/.