- Introduced `imap_connect.py` for handling IMAP email interactions. - Created `run.py` to manage execution based on the selected mode (IMAP or EWS). - Updated Dockerfile and .env.dev to include necessary environment variables. - Enhanced logging and email processing in `exchange_connect.py`. - Added `weasyprint` and `imapclient` to requirements.
15 lines
249 B
Plaintext
15 lines
249 B
Plaintext
mode="EWS"
|
|
username=""
|
|
password=""
|
|
server=""
|
|
primary_smtp_address=""
|
|
filter_from=""
|
|
folders=""
|
|
alarmfax_parser_id=""
|
|
IS_DEV="False"
|
|
webhooks=""
|
|
alarminator_api=""
|
|
alarminator_token=""
|
|
alarminator_zvies_use_PEALGRP="False"
|
|
printer=DEFAULT
|
|
print_num=0 |