This commit is contained in:
Thomas Güttler
2026-04-16 13:29:34 +02:00
parent 20f180b76a
commit 9f94310bde
3 changed files with 2 additions and 14 deletions
-2
View File
@@ -1,7 +1,5 @@
# Later
Check nix.flake STALWART env vars. Move them to some other place.
Thread view (group by References / In-Reply-To)
Search (IMAP SEARCH command)
-12
View File
@@ -71,18 +71,6 @@
# Disable Flutter telemetry inside dev shell
export FLUTTER_SUPPRESS_ANALYTICS=true
# Stalwart integration tests choose fresh random ports per run.
export STALWART_PORT="''${STALWART_PORT:-0}"
export STALWART_URL="http://localhost:$STALWART_PORT"
export STALWART_IMAP_PORT="''${STALWART_IMAP_PORT:-0}"
export STALWART_SMTP_PORT="''${STALWART_SMTP_PORT:-0}"
export STALWART_USER_A="admin"
export STALWART_PASS_A="admin"
export STALWART_USER_B="alice"
export STALWART_PASS_B="secret"
export STALWART_USER_C="bob"
export STALWART_PASS_C="secret"
echo "SharedInbox Flutter dev environment ready."
echo " Analyze : task analyze"
echo " Unit tests : task test"
+2
View File
@@ -4,6 +4,8 @@
set -Eeuo pipefail
trap 'echo "Warning: A command failed ($0:$LINENO)"; exit 3' ERR
export STALWART_USER_B="${STALWART_USER_B:-alice}"
export STALWART_PASS_B="${STALWART_PASS_B:-secret}"
export STALWART_USER_C="${STALWART_USER_C:-bob}"
export STALWART_PASS_C="${STALWART_PASS_C:-secret}"
export STALWART_RANDOM_PORTS=1