Apply suggestions from code review
Co-authored-by: Rene Cordier <rene.cordier@gmail.com>
This commit is contained in:
committed by
Dat H. Pham
parent
7577b58e43
commit
ebbd0a63c8
@@ -22,9 +22,9 @@ That is a good question! **IMAP** is THE ubiquitous protocol people use to read
|
||||
|
||||
Yet **IMAP** had been designed in another age, which resulted in a chatty patchwork of extensions. **IMAP** lacks decent synchronisation primitives to address real-time challenges modern mobile fleet requires, it consumes a lot of bandwith, requires a lot of roundtrips which means high latency.
|
||||
|
||||
We are not alone to say this! Big player of the field started their own [proprietary](https://developers.google.com/gmail/api) [protocols](https://docs.microsoft.com/en-us/exchange/clients/exchange-activesync/exchange-activesync?view=exchserver-2019) to address IMAP flaws. Yet, and inter-operable standard was yet to be found...
|
||||
We are not alone to say this! Big players of the field started their own [proprietary](https://developers.google.com/gmail/api) [protocols](https://docs.microsoft.com/en-us/exchange/clients/exchange-activesync/exchange-activesync?view=exchserver-2019) to address IMAP flaws, and inter-operable standard was yet to be found...
|
||||
|
||||
This, is where **[JMAP](https://jmap.io/)** comes to play! **JMAP** builds on decades of experience, and beautifully addresses these chalenges using `HTTP` and `JSON` standards. Not only does it makes applications easier to develop, we also strongly believes it results in an improved experience for the end user.
|
||||
This, is where **[JMAP](https://jmap.io/)** comes to play! **JMAP** builds on decades of experience, and beautifully addresses these challenges using `HTTP` and `JSON` standards. Not only does it make applications easier to develop, we also strongly believes it results in an improved experience for the end user.
|
||||
|
||||
### **Can I use TMail with *any* JMAP server?**
|
||||
|
||||
@@ -36,19 +36,19 @@ Don't worry, we are here!
|
||||
|
||||
We plan on writing a user documentation, helping you navigating around the application, and detailing the few configurations you have to perform.
|
||||
|
||||
If what you are looking for is not in the *user guide* then ask us directly in the [issues](https://github.com/linagora/tmail-flutter/issues), we would first be glad to help. But also glad to improve our documentation and may tweak slightly our UI (user interface).
|
||||
If what you are looking for is not in the *user guide* then ask us directly in the [issues](https://github.com/linagora/tmail-flutter/issues) first, we would be glad to help. But also glad to improve our documentation and maybe tweak slightly our UI (user interface).
|
||||
|
||||
### **What plateforms do you (plan to) target?**
|
||||
|
||||
First, we target Android, IOS mobiles. We also take care of tablets and large rendering space early on in the development process.
|
||||
|
||||
Then, we plan on introducing a desktop applications.
|
||||
Then, we plan on introducing a desktop application.
|
||||
|
||||
This versatility is enabled by the use of the [Flutter framework](https://flutter.dev/).
|
||||
|
||||
### **What would your roadmap look like?**
|
||||
|
||||
First, we plan to write a simple, multi-plateform JMAP email client. This includes reading your mail and mailboxes, managing them, sending emails, searching your emails. This will likely keep us busy by the end of 2021.
|
||||
First, we plan to write a simple, multi-plateform JMAP email client. This includes reading your mails and mailboxes, managing them, sending emails, searching your emails. This will likely keep us busy by the end of 2021.
|
||||
|
||||
Then, we have plan for multiple features including:
|
||||
|
||||
@@ -71,5 +71,5 @@ Thanks for the enthousiasm!
|
||||
There are many ways to help us, and amongst them:
|
||||
|
||||
- **Spread the word**: Tell people you like **TMail**, on social medias, via blog posts etc...
|
||||
- **Give us feedbacks**... It's hard to make all good decisions from the first time. It is very likely we can benefit from *your* experience. Did you encountered anoying bugs? Do you think we can better arrange the layout? Do you think we are missing some features critical to you? Tell us in the [issues](https://github.com/linagora/tmail-flutter/issues).
|
||||
- I can code! **I wonna help ;-)**. Wow thanks! Let's discuss your project together in the [issues](https://github.com/linagora/tmail-flutter/issues) to get you on track!
|
||||
- **Give us feedbacks**... It's hard to make all good decisions from the first time. It is very likely we can benefit from *your* experience. Did you encountered annoying bugs? Do you think we can better arrange the layout? Do you think we are missing some features critical to you? Tell us in the [issues](https://github.com/linagora/tmail-flutter/issues).
|
||||
- I can code! **I wanna help ;-)**. Wow thanks! Let's discuss your project together in the [issues](https://github.com/linagora/tmail-flutter/issues) to get you on track!
|
||||
|
||||
Reference in New Issue
Block a user