Fixes typo in README.md
This commit is contained in:
parent
4c6b08cd93
commit
8099fa2077
@ -16,10 +16,12 @@ Downloads E-Mails from a specific folder and sends them to the Default Printer v
|
|||||||
- Run the binary (optionally using *cron*)
|
- Run the binary (optionally using *cron*)
|
||||||
|
|
||||||
### Example *settings.yaml*
|
### Example *settings.yaml*
|
||||||
```IMAPUri: imap.provider.com:993
|
```
|
||||||
|
IMAPUri: imap.provider.com:993
|
||||||
Username: user@example.com
|
Username: user@example.com
|
||||||
Password: P@$$w0Rd
|
Password: P@$$w0Rd
|
||||||
TLS: true # TLS = true, STARTTLS or other = false
|
TLS: true # TLS = true, STARTTLS or other = false
|
||||||
SourceFolder: INBOX/Print # Where to get the E-Mails
|
SourceFolder: INBOX/Print # Where to get the E-Mails
|
||||||
DestinationFolder: INBOX/Printed # Where to move the E-Mails afterwards
|
DestinationFolder: INBOX/Printed # Where to move the E-Mails afterwards
|
||||||
DebugLevel: 0 # 1 = Verbose, 2 = Debug```
|
DebugLevel: 0 # 1 = Verbose, 2 = Debug
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user