Describe the feature
matcha import mbox <path> ingests an mbox archive (Gmail Takeout uses mbox, as do many list archives). Each message becomes a cached email under a chosen folder.
Why this matters
Gmail Takeout is the most common bulk export format on the planet. Without mbox import, users cannot move their archive into matcha.
Notes
- Tolerate both 'mboxo' and 'mboxrd' variants.
- Stream parse to avoid loading multi-GB archives in memory.
Describe the feature
matcha import mbox <path>ingests an mbox archive (Gmail Takeout uses mbox, as do many list archives). Each message becomes a cached email under a chosen folder.Why this matters
Gmail Takeout is the most common bulk export format on the planet. Without mbox import, users cannot move their archive into matcha.
Notes