Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
17f743d
feat(mail): IMAP fetch adapter + SMTP sender behind existing seams (H…
zaridan Jul 21, 2026
713eb8c
fix(mail): bound IMAP fetch by message count, not UID range (HT-101)
zaridan Jul 21, 2026
6a48c5f
feat(mail): per-inbox IMAP transport tables + stores (HT-101)
zaridan Jul 21, 2026
f14283e
feat(mail): IMAP connect/check API + scheduled-fetch cron (HT-101)
zaridan Jul 21, 2026
2bace1a
fix(mail): preserve cursor on IMAP reconnect + sanitizer hardening (H…
zaridan Jul 21, 2026
d2219bf
feat(mail): stamp inbox mailbox_id on conversations at ingest (HT-101)
zaridan Jul 21, 2026
d47ab9a
feat(mail): route replies through each conversation's own inbox (HT-101)
zaridan Jul 21, 2026
421963a
fix(mail): guard reply retries against a From/transport mismatch (HT-…
zaridan Jul 21, 2026
2303e78
feat(web): connect-an-inbox settings screen β€” Inboxes section + IMAP/…
zaridan Jul 21, 2026
de4d47b
refactor(web): conform inbox settings to the admin-IA three-scope rul…
zaridan Jul 25, 2026
765cc39
feat(dev): wire IMAP connect into the local dev harness (HT-101)
zaridan Jul 25, 2026
6443399
docs(spec): record what HT-101 answered of the three blocking questions
zaridan Jul 25, 2026
4c9a2ac
fix(mail): review fixes β€” provider conversion, lease fencing, admin g…
zaridan Jul 25, 2026
5516983
fix(mail): second review round β€” restore the connect UI, correct stal…
zaridan Jul 26, 2026
51b9faf
fix(mail): third review round β€” a false instruction, a sweep-wide abo…
zaridan Jul 31, 2026
9af930f
fix(mail): fourth review round β€” per-leg TLS, a shell-wide failure, s…
zaridan Jul 31, 2026
ab52820
docs: correct the review date stamped through HT-101 (2026-07-25 β†’ 20…
zaridan Jul 31, 2026
da1319b
fix(mail): fifth review round β€” defects in the previous rounds' fixes…
zaridan Jul 31, 2026
82c61c4
fix(mail): stop deriving IMAP TLS from the shared secure flag (HT-101)
zaridan Jul 31, 2026
0a6db4d
Merge main into HT-101: renumber migrations, enable RLS on the IMAP t…
zaridan Aug 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
266 changes: 266 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading