You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims at providing a multi-platform mobile email application, running the [JMAP protocol](https://jmap.io/) and will also deliver additional
8
-
features to the [TMail back-end](https://github.com/linagora/tmail-backend).
8
+
features to the [Team Mail back-end](https://github.com/linagora/tmail-backend).
@@ -63,9 +63,9 @@ We are not alone to say this! Big players of the field started their own [propri
63
63
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.
64
64
</details>
65
65
66
-
### **Can I use TMail with *any* JMAP server?**
66
+
### **Can I use Team Mail with *any* JMAP server?**
67
67
68
-
Yes, you can use the TMail application with any JMAP server and benefits from **Tmail** ergonomy and ease of use.
68
+
Yes, you can use the Team Mail application with any JMAP server and benefits from **Team Mail** ergonomy and ease of use.
69
69
70
70
### **I don't understand your app... I need help using it! HELP MEEEEEE...**
71
71
@@ -97,9 +97,9 @@ First, we plan to write a simple, multi-platform JMAP email client. This include
97
97
98
98
Then, we have plan for multiple features including:
99
99
100
-
- Support for TMail encrypted mailbox (GPG)
101
-
- Support for TMail shared mailboxes
102
-
- Support for TMail filters
100
+
- Support for Team Mail encrypted mailbox (GPG)
101
+
- Support for Team Mail shared mailboxes
102
+
- Support for Team Mail filters
103
103
- Interactions with some other software from [Linagora](https://linagora.com) including:
104
104
- Sending attachments via [LinShare]() file sharing platform.
105
105
- Transfering some attachments you received to [LinShare](https://www.linshare.org/fr/accueil/) file sharing platform.
@@ -108,9 +108,9 @@ Then, we have plan for multiple features including:
108
108
109
109
### **Any chance to support JMAP extension for calendar, contacts?**
110
110
111
-
No we do not plan to support such extensions, that are currently not standardized as RFCs, nor implemented on the TMail backend.
111
+
No we do not plan to support such extensions, that are currently not standardized as RFCs, nor implemented on the Team Mail backend.
112
112
113
-
### **Do you have a web application for TMail?**
113
+
### **Do you have a web application for Team Mail?**
114
114
115
115
<details>
116
116
<summary>Read more...</summary>
@@ -137,7 +137,7 @@ No we do not plan to support such extensions, that are currently not standardize
137
137
docker run -d -ti -p 8080:80 --name web tmail-web:latest
138
138
```
139
139
140
-
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the TMail web-app.
140
+
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the Team Mail web-app.
141
141
142
142
#### Mount an environment file when running the container
143
143
@@ -154,9 +154,9 @@ No we do not plan to support such extensions, that are currently not standardize
154
154
docker run -d -ti -p 8080:80 --mount type=bind,source="$(pwd)"/env.dev.file,target=/usr/share/nginx/html/assets/env.file --name web tmail-web:latest
155
155
```
156
156
157
-
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the TMail web-app.
157
+
Then go to http://localhost:8080 and you should be able to login against your JMAP backend using the Team Mail web-app.
158
158
159
-
#### More configurations for TMail web
159
+
#### More configurations for Team Mail web
160
160
161
161
- [Enable and customize the Application grid](docs/configuration/app_grid_configuration.md)
-**Spread the word**: Tell people you like **TMail**, on social medias, via blog posts etc...
174
+
-**Spread the word**: Tell people you like **Team Mail**, on social medias, via blog posts etc...
175
175
-**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).
176
176
- 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!
0 commit comments