All Projects → Enough-Software → enough_mail_app

Enough-Software / enough_mail_app

Licence: GPL-3.0 license
Mail app for iOS, Android and hopefully more platforms in the future. Based on Flutter.

Programming Languages

dart
5743 projects
C++
36643 projects - #6 most used programming language
CMake
9771 projects
kotlin
9241 projects
ruby
36898 projects - #4 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to enough mail app

enough mail
IMAP, POP3 and SMTP clients for Dart developers. Contains both low level as well as a high level API.
Stars: ✭ 78 (-7.14%)
Mutual labels:  mail, mail-flutter
homebridge-messenger
Send HomeKit messages with HomeBridge (Pushover / IFTTT / Email)
Stars: ✭ 74 (-11.9%)
Mutual labels:  mail
habbit
an ultra simple habit tracker powered by flutter
Stars: ✭ 136 (+61.9%)
Mutual labels:  flutter-apps
gopistolet
Mailserver written in Go
Stars: ✭ 59 (-29.76%)
Mutual labels:  mail
scripts
A collection of random scripts I coded up
Stars: ✭ 17 (-79.76%)
Mutual labels:  mail
MediumUnlimited
Android App written with Flutter/Dart to navigate medium.com without limitations.
Stars: ✭ 28 (-66.67%)
Mutual labels:  flutter-apps
flutter-login-ui-concept
Login UI Concept made with flutter (2-in-1)
Stars: ✭ 145 (+72.62%)
Mutual labels:  flutter-apps
Flutter-CRUD-API-Sample
No description or website provided.
Stars: ✭ 83 (-1.19%)
Mutual labels:  flutter-apps
CYMailDemo
A mail client base on mailcore2
Stars: ✭ 14 (-83.33%)
Mutual labels:  mail
color picker
Challenge #1 - Color Picker (Not the full project)
Stars: ✭ 42 (-50%)
Mutual labels:  flutter-apps
flutter-app
Full Feature Todos Flutter Mobile app with fireStore integration.
Stars: ✭ 138 (+64.29%)
Mutual labels:  flutter-apps
go-mail
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
Stars: ✭ 169 (+101.19%)
Mutual labels:  mail
ModMail
A Discord ModMail Bot.
Stars: ✭ 54 (-35.71%)
Mutual labels:  mail
intercom mobile
☎️ video call using flutter, firebase and webrtc
Stars: ✭ 18 (-78.57%)
Mutual labels:  flutter-apps
Churu
出入是一款用Flutter开发的简约记账应用。
Stars: ✭ 44 (-47.62%)
Mutual labels:  flutter-apps
getwidget-docs
Get Widgets UI library docs.
Stars: ✭ 17 (-79.76%)
Mutual labels:  flutter-apps
Smtp-cracker
[NEW] : Simple Mail Transfer Protocol (SMTP) CHECKER - CRACKER Tool V2
Stars: ✭ 67 (-20.24%)
Mutual labels:  mail
gatrabali-app
BaliFeed (formerly Gatra Bali) - News reader app built using Flutter
Stars: ✭ 40 (-52.38%)
Mutual labels:  flutter-apps
Galleon
A badass SMTP mail server built on Node to make your life simpler.
Stars: ✭ 14 (-83.33%)
Mutual labels:  mail
postmark-wordpress
The Official Postmark Wordpress Plugin
Stars: ✭ 17 (-79.76%)
Mutual labels:  mail

Codename: Maily

Mail app for iOS, Android and hopefully more platforms in the future. Developed in Flutter.

Test Maily

You can test an early access version of Maily today:

Screenshots Android

Features

  • POP and IMAP service providers are supported, though POP accounts are not tested at this moment
  • Multiple account support
  • Unified account - when you have at least 2 accounts, a unified account will show up automatically - with unified inbox, sent, trash, etc
  • Mail management: delete, mark as read/unread
  • Unsubscribe from newslettters easily
  • View attachments in app - photos, PDFs, video and audio files
  • Compose messages: compose new messages and reply to/forward mails with WYSIWG editor
  • Save and continue draft messages
  • Attach photo-, audio-, video- or generic files. Attach your current location.
  • Swipe right to left to delete and swipe left to right to mark as read/unread
  • Personalizae swipe actions
  • Optionally you can block external images when viewing mails
  • You can specify aliases and check for + alias support by your mail provider
  • Swipe left or right in the message details to view the next/previous message
  • Experimental 'stack' display of messages
  • Share received attachments to other apps and forward attachments to a new message
  • Share files to Maily
  • Search for messages, including universal search
  • Delete all messages in trash and junk folders or in a search result
  • Archive messages
  • Mark messages as junk / not junk
  • Forward messages as attachments - or forward only the attachments of the selected messages
  • Select several messages at once with a long press
  • Localized in English and German
  • Supports dark and light theme and you can also change the color scheme.
  • Shows thread information and allows to access the full thread when the mail service supports the THREAD IMAP extension.
  • Add animated GIFs and stickers (powered by Giphy)
  • Display attached messages
  • Request and send read receipts
  • Extensible by email service providers, companies and developers

Miss a feature or found a bug?

Please file feature requests and bugs at the issue tracker.

Contributions and Setup

Every contribution is welcome. Since the project is licensed under the GPL, signing the Contributor License Agreement is required.

This is how you contribute:

  • Fork the enough_mail_app project by pressing the fork button.
  • Clone your fork to your computer: git clone github.com/$your_username/enough_mail_app
  • Do your changes. When you are done, commit changes with git add -A and git commit.
  • Push changes to your personal repository: git push origin
  • Go to enough_mail_app and create a pull request.

When you have compile problems this is usually due to not getting the latest version from git. Call flutter pub upgrade to ensure that you are on the latest version of all referenced projects. Since translations are generated you can ignore all translation problems, just start the build, afterwards the localization compilation problems will be gone.

For some features you will need to add the relevant keys to assets/keys.txt, currently the following key is required:

Localizations

When you change translations, re-generate the translations files by calling flutter gen-l10n. Missing translations will be listed in missing-translations.txt.

License

enough_mail_app is licensed under the GNU Public License 3.0 "GPL". In a nutshell this means that you can play around as much as possible for private reasons, but that you need to publish your changes under the GPL, as soon as you the code commercially.

Related Projects

Check out these related projects:

Maily Logo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].