@@ -11,10 +11,10 @@ Filter emails from mail accounts and send them to mattermost.
1111
1212![ mail2most-image] ( https://user-images.githubusercontent.com/13348918/60437141-ff1b5500-9c0d-11e9-913f-ae7c4a034b10.png )
1313
14-
1514# Features
1615
1716- IMAP(S) support
17+ - StartTLS support
1818- Mattermost v4 API support
1919- HTML 2 Markdown support
2020- Filter mails by Folder
@@ -31,6 +31,7 @@ Filter emails from mail accounts and send them to mattermost.
3131Missing feature or found a bug ? Feel free to open an [ issue] ( https://github.com/virtomize/mail2most/issues ) and let us know !
3232
3333## Donation
34+
3435If this project helps you, feel free to give us a cup of coffee :).
3536
3637[ ![ paypal] ( https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=VBXHBYFU44T5W&source=url )
@@ -48,7 +49,7 @@ Just clone the repo and run `mage build`, you can find the binary under `bin/mai
4849
4950# Usage
5051
51- - create a mattermost user
52+ - create a mattermost user
5253- create or use an existsing email user to connect to your mail server via IMAP
5354- edit ` conf/mail2most.conf ` and configure your mail and mattermost credentials
5455- configure your filters
@@ -75,8 +76,8 @@ docker run \
7576 -v /path/to/mail2most.conf:/mail2most/conf/mail2most.conf \
7677 virtomize/mail2most:latest
7778```
78- e.g. if you are in this repo:
7979
80+ e.g. if you are in this repo:
8081
8182```
8283docker run \
@@ -94,7 +95,8 @@ Using docker-compose you can just edit the `conf/mail2most.conf` or change the p
9495 volumes:
9596 - ./conf/mail2most.conf:/mail2most/conf/mail2most.conf
9697```
97- needs to be changed to
98+
99+ needs to be changed to
98100
99101```
100102 volumes:
0 commit comments