mirror of
https://github.com/FliegendeWurst/inboxid.git
synced 2024-11-08 10:20:39 +00:00
6 lines
172 B
Bash
6 lines
172 B
Bash
|
export MAILHOST='mail.com'
|
||
|
export MAILUSER='johndoe@mail.com'
|
||
|
export MAILPASSWORD='keyringSupportIsOnTheRoadmap'
|
||
|
export MAILDIR='./mails'
|
||
|
export MAILDB="$MAILDIR/index.db"
|