Add Nix flake, .envrc, Taskfile, and Stalwart dev server

- flake.nix: Flutter 3.41.6, Android SDK, Stalwart, GTK3/build
  tools for Linux desktop, go-task
- .envrc: copied from sharedinbox — use flake + dotenv_if_exists
- Taskfile.yml: analyze, test, integration, codegen, run tasks
- stalwart-dev/: IMAP+SMTP dev server reused from sharedinbox
- test/integration/imap_sync_test.dart: login, list mailboxes,
  send via SMTP and receive via IMAP
- pubspec.yaml: add flutter_secure_storage

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-04-16 07:40:34 +02:00
co-authored by Claude Sonnet 4.6
parent 5ebda521d6
commit 22db4a2dd6
9 changed files with 473 additions and 5 deletions
+3
View File
@@ -28,6 +28,9 @@ dependencies:
# Navigation
go_router: ^14.8.1
# Secure credential storage (passwords)
flutter_secure_storage: ^9.2.4
# Utilities
freezed_annotation: ^2.4.4
json_annotation: ^4.9.0