Fixing Formating Issue
This commit is contained in:
parent
45473e866f
commit
a16404fb9a
@ -13,13 +13,13 @@ Downloads E-Mails from a specific folder and sends them to the Default Printer v
|
|||||||
- Clone this Repository: ```git clone https://github.com/itsscb/autoprint.git```
|
- Clone this Repository: ```git clone https://github.com/itsscb/autoprint.git```
|
||||||
- Build the binary: ```go build```
|
- Build the binary: ```go build```
|
||||||
- Create the *settings.yaml*-file
|
- Create the *settings.yaml*-file
|
||||||
- Example ```
|
- Run the binary (optionally using *cron*
|
||||||
IMAPUri: imap.provider.com:993
|
|
||||||
|
### Example *settings.yaml*
|
||||||
|
```IMAPUri: imap.provider.com:993
|
||||||
Username: user@example.com
|
Username: user@example.com
|
||||||
Password: P@$$w0Rd
|
Password: P@$$w0Rd
|
||||||
TLS: true # TLS = true, STARTTLS = false
|
TLS: true # TLS = true, STARTTLS = 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
|
||||||
Debug: 0 # 1 = Verbose, 2 = Debug```
|
Debug: 0 # 1 = Verbose, 2 = Debug```
|
||||||
- Run the binary
|
|
||||||
- Optinal using *cron*
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user