2026-04-16 09:55:15 +02:00
|
|
|
# Later
|
2026-04-16 08:52:01 +02:00
|
|
|
|
2026-05-05 08:19:34 +02:00
|
|
|
|
|
|
|
|
use si3e2e@thomas-guettler.de in tests.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
WebView and Linux....
|
|
|
|
|
|
|
|
|
|
https://github.com/pichillilorenzo/flutter_inappwebview
|
|
|
|
|
|
|
|
|
|
---
|
2026-04-24 16:36:37 +02:00
|
|
|
Are errors written to syncLog ?
|
|
|
|
|
|
|
|
|
|
---
|
2026-04-24 07:15:15 +02:00
|
|
|
|
2026-04-29 10:31:55 +02:00
|
|
|
Error and Crash reporting to central server.
|
|
|
|
|
|
|
|
|
|
But this needs a central service at sharedinbox.de
|
|
|
|
|
|
|
|
|
|
Data will be sent only after confirmation.
|
|
|
|
|
|
|
|
|
|
The user must decide: send crash report, or accept select "I prefer not to send crash report".
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-25 17:55:52 +02:00
|
|
|
Taskfile: Debug logs with start+end timestamp for debugging. Each stdout/stderr in one file. How to
|
|
|
|
|
get this?
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
ChangeLog with undo.
|
|
|
|
|
|
|
|
|
|
Every action should be easily undoable.
|
|
|
|
|
|
|
|
|
|
Example: I delete an email. An undo should be doable. There are three scenearios: Sync from DB to
|
|
|
|
|
Server is currently in action (then wait), Sync from DB to server was not done yet, Sync from DB to
|
|
|
|
|
server was done.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Goal: When an unhandled exception occurs on a real device, show the user
|
|
|
|
|
the full error text so they can copy and send it.
|
|
|
|
|
|
|
|
|
|
Plan:
|
|
|
|
|
|
|
|
|
|
1. Wrap main() in runZonedGuarded — catches async exceptions that escape
|
|
|
|
|
Flutter's framework (e.g. in isolates, timers, stream callbacks).
|
|
|
|
|
|
|
|
|
|
2. Install FlutterError.onError — catches widget build errors, assertion
|
|
|
|
|
failures, and other framework errors.
|
|
|
|
|
|
|
|
|
|
3. Show a full-screen error dialog — when an exception is caught, call a
|
|
|
|
|
global function that uses a NavigatorKey to push an error screen on top
|
|
|
|
|
of whatever is showing. The screen shows:
|
|
|
|
|
- The exception message
|
|
|
|
|
- The stack trace (scrollable)
|
|
|
|
|
- A "Copy to clipboard" button (Clipboard.setData)
|
|
|
|
|
- A "Dismiss" button
|
|
|
|
|
|
|
|
|
|
4. Keep it always-on since you want manual reporting from real users.
|
|
|
|
|
|
|
|
|
|
Key files to change:
|
|
|
|
|
- lib/main.dart — add runZonedGuarded, FlutterError.onError, navigatorKey
|
|
|
|
|
- lib/ui/widgets/crash_screen.dart — new error display widget
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-24 15:48:22 +02:00
|
|
|
Implement thread-view.
|
|
|
|
|
|
|
|
|
|
First create a plan.
|
|
|
|
|
|
|
|
|
|
For JMAP this is easy.
|
|
|
|
|
|
|
|
|
|
But for IMAP?
|
|
|
|
|
|
|
|
|
|
Threads should be synced to the DB, too. Use JMAP as an example. Then think about getting this data
|
|
|
|
|
structure from imap.
|
|
|
|
|
|
|
|
|
|
|
2026-04-24 07:15:15 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
docs
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-21 17:07:35 +02:00
|
|
|
Thread view (group by `References` / `In-Reply-To`)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-21 08:42:26 +02:00
|
|
|
mail-loop.com (anstatt shared inbox).
|
|
|
|
|
|
2026-04-21 17:07:35 +02:00
|
|
|
---
|
2026-04-21 08:15:02 +02:00
|
|
|
|
2026-04-21 08:27:16 +02:00
|
|
|
---
|
|
|
|
|
|
2026-04-21 16:19:40 +02:00
|
|
|
full-sync: Imaging the sync got out-of-sync somehow. Provide a way via UI to force a sync. First
|
|
|
|
|
create a plan. Avoid downloading big bodies/attachments again.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-21 08:27:16 +02:00
|
|
|
mailcoach.de
|
|
|
|
|
|
2026-04-20 18:08:09 +02:00
|
|
|
---
|
|
|
|
|
|
2026-04-21 07:43:30 +02:00
|
|
|
Try Qwen, vscode plugin
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-20 18:08:09 +02:00
|
|
|
After Try Connection, show some matching icon next to the text.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Test with a Fastmail account
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-16 13:44:55 +02:00
|
|
|
scripts/check_coverage.dart
|
|
|
|
|
reduce files in _excluded.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2026-04-17 10:05:31 +02:00
|
|
|
Renovate: Is there a way to run it outside Github Actions? On cli?
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
Write test which fails, when _excluded contains unknown files.
|
2026-04-18 17:04:25 +02:00
|
|
|
|
2026-04-17 10:05:31 +02:00
|
|
|
---
|
|
|
|
|
|
2026-04-16 09:55:15 +02:00
|
|
|
Thread view (group by References / In-Reply-To)
|
2026-04-16 08:52:01 +02:00
|
|
|
|
2026-04-16 09:55:15 +02:00
|
|
|
Search (IMAP SEARCH command)
|
2026-04-25 17:55:52 +02:00
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
List-Unsubscribe email header --> show button.
|
|
|
|
|
|
|
|
|
|
---
|