Update new screenshots and build guideline
This commit is contained in:
@@ -2,18 +2,51 @@
|
|||||||
|
|
||||||
[](https://gitter.im/linagora/team-mail?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
[](https://gitter.im/linagora/team-mail?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
This project aims at providing a multi-plateform mobile email application, running the [JMAP protocol](https://jmap.io/) and will also deliver additional
|
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).
|
features to the [TMail back-end](https://github.com/linagora/tmail-backend).
|
||||||
|
|
||||||
Here is how TMail looks like on a phone:
|
Here is how TMail looks like on a phone:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
Here is how TMail looks like on a tablet:
|
Here is how TMail looks like on a tablet:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Build app
|
||||||
|
1. Go to root folder of project
|
||||||
|
2. Run `prebuild.sh` script
|
||||||
|
```
|
||||||
|
/bin/bash prebuild.sh
|
||||||
|
```
|
||||||
|
3. Build
|
||||||
|
+ iOS:
|
||||||
|
```
|
||||||
|
flutter build ios
|
||||||
|
```
|
||||||
|
|
||||||
|
+ Android:
|
||||||
|
```
|
||||||
|
flutter build apk
|
||||||
|
```
|
||||||
|
|
||||||
|
+ Web:
|
||||||
|
|
||||||
|
change `SERVER_URL` in `env.file` with your JMAP server
|
||||||
|
```
|
||||||
|
SERVER_URL=http://your-jmap-server.domain
|
||||||
|
```
|
||||||
|
then run:
|
||||||
|
```
|
||||||
|
flutter build web
|
||||||
|
```
|
||||||
|
or you can find our images in: https://hub.docker.com/r/linagora/tmail-web
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user