PLAN.md: mark phase 0a (enough_mail fork) as Done

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas Güttler
2026-04-16 09:35:04 +02:00
co-authored by Claude Sonnet 4.6
parent 79ee498879
commit 8a37ca129f
+1 -1
View File
@@ -19,7 +19,7 @@ UI never touches the network. The sync layer runs independently.
| Phase | Scope | Status |
| --- | --- | --- |
| 0 — Scaffold | pubspec, Drift schema, DI, router, enough_mail vendored | Done |
| 0a — enough_mail fork | Remove vendored copy; point pubspec at [guettli/enough_mail](https://github.com/guettli/enough_mail) via git dep | In progress |
| 0a — enough_mail fork | Remove vendored copy; point pubspec at [guettli/enough_mail](https://github.com/guettli/enough_mail) via git dep | Done |
| 1 — Core models | `Account`, `Mailbox`, `Email`, `EmailBody`, repository interfaces | Done |
| 2 — DB layer | Drift tables, `AccountRepositoryImpl`, `MailboxRepositoryImpl`, `EmailRepositoryImpl` | Done |
| 3 — IMAP sync | `connectImap`, `MailboxRepositoryImpl.syncMailboxes`, `EmailRepositoryImpl.syncEmails` | Done |