Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andyld97 committed Jul 27, 2022
2 parents 718729c + 8703c93 commit 598865b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To install the Automatic Mail Printer we need to edit the config.json. First we
Recommended is an interval of 60 seconds in which the e-mail tray is checked for new messages. We can also set up a filter to print only orders that contain certain words in the subject, e.g. "Order" or "Message from customer".

### Nice to know
The program reads only unread e-mails. After printing, they are marked as read.
The program reads only unread e-mails. After printing, they are marked as deleted. In the beginning (at startup) the program deletes all old messages which fit to the appropirate filter (be careful!)

```json
{
Expand Down Expand Up @@ -41,4 +41,4 @@ Get in touch with us!

## Special Thanks to
- Idea by [@florijohn](https://github.com/florijohn)
- Based on [MailKit](https://github.com/jstedfast/MailKit) and [PrintHtml](https://github.com/kendallb/PrintHtml)
- Based on [MailKit](https://github.com/jstedfast/MailKit) and [PrintHtml](https://github.com/kendallb/PrintHtml)

0 comments on commit 598865b

Please sign in to comment.