From 7577b58e438f5b33d71e54ca96e1a3c273e3f8d6 Mon Sep 17 00:00:00 2001 From: Tellier Benoit Date: Mon, 16 Aug 2021 18:26:01 +0700 Subject: [PATCH] Add some screenshots for TMail application --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38eea43a2..318731850 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ # Tmail Flutter mobile application -![wider](https://user-images.githubusercontent.com/6928740/129552343-31e21182-d07c-4f2a-bc83-4f9be70d1693.png) +![LOGO](https://user-images.githubusercontent.com/6928740/129552343-31e21182-d07c-4f2a-bc83-4f9be70d1693.png) This project aims at providing a multi-plateform mobile email application, running the [JMAP protocol](https://jmap.io/) and will also deliver additional features to the [TMail back-end](https://github.com/linagora/tmail-backend). +Here is how TMail looks like on a phone: + +![Screenshots Mobile](https://user-images.githubusercontent.com/6928740/129556356-3099bc0f-2af8-4635-afc2-6ccb385abd03.jpg) + + +Here is how TMail looks like on a tablet: + +![Screenshot Tablet](https://user-images.githubusercontent.com/6928740/129555644-229abd19-d1db-4d31-bfe1-3f1f7e59804c.png) + ## FAQ - **Why did you choose JMAP?**