mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-02 13:18:27 +00:00
feat: authentication
This commit is contained in:
15
.env.example
15
.env.example
@@ -11,7 +11,14 @@ LETTERFEED_IMAP_PASSWORD=
|
||||
|
||||
# Email processing settings
|
||||
LETTERFEED_SEARCH_FOLDER=INBOX # The folder in which to search for new emails
|
||||
LETTERFEED_MOVE_TO_FOLDER= # Optional: Folder to move processed emails
|
||||
LETTERFEED_MARK_AS_READ=true # Mark processed emails as read
|
||||
LETTERFEED_EMAIL_CHECK_INTERVAL=15 # Interval between checks for new emails
|
||||
LETTERFEED_AUTO_ADD_NEW_SENDERS=false # Automatically set up new emails for unknown senders
|
||||
# LETTERFEED_MOVE_TO_FOLDER= # Optional: Folder to move processed emails
|
||||
# LETTERFEED_MARK_AS_READ=true # Mark processed emails as read
|
||||
# LETTERFEED_EMAIL_CHECK_INTERVAL=15 # Interval between checks for new emails
|
||||
# LETTERFEED_AUTO_ADD_NEW_SENDERS=false # Automatically set up new emails for unknown senders
|
||||
|
||||
# Authentication
|
||||
# To generate a new secret key, run:
|
||||
# openssl rand -hex 32
|
||||
# LETTERFEED_SECRET_KEY=
|
||||
# LETTERFEED_AUTH_USERNAME=
|
||||
# LETTERFEED_AUTH_PASSWORD=
|
||||
|
||||
Reference in New Issue
Block a user