feat: implement mbox output format with progress tracking and temp file handling #87

Merged
fuzzy merged 2 commits from feat/phase03 into main 2026-06-13 20:56:04 +00:00
Owner

Previous message:

feat: implement RFC 4155 compliant mbox writer

Creates mbox package with Writer that outputs mboxrd format:

  • From_ delimiter lines with envelope sender/date extraction
  • From_ escaping (prefix > on lines starting with 'From ')
  • Messages separated by blank lines
  • Buffered writes via bufio.Writer

Closes #39
Closes #36
Closes #37
Closes #38

# Previous message: feat: implement RFC 4155 compliant mbox writer Creates mbox package with Writer that outputs mboxrd format: - From_ delimiter lines with envelope sender/date extraction - From_ escaping (prefix > on lines starting with 'From ') - Messages separated by blank lines - Buffered writes via bufio.Writer Closes #39 Closes #36 Closes #37 Closes #38
fuzzy self-assigned this 2026-06-13 20:49:57 +00:00
# Previous message:
feat: implement RFC 4155 compliant mbox writer

Creates mbox package with Writer that outputs mboxrd format:
- From_ delimiter lines with envelope sender/date extraction
- From_ escaping (prefix > on lines starting with 'From ')
- Messages separated by blank lines
- Buffered writes via bufio.Writer

Closes #39
Closes #36
Closes #37
Closes #38
fuzzy changed title from feat: implement mbox output format with progress tracking and temp file handling to WIP: feat: implement mbox output format with progress tracking and temp file handling 2026-06-13 20:50:00 +00:00
# Previous message:
docs: mark Phase 3 complete in ROADMAP.md

All Phase 3 tasks have been implemented and issues closed.
fuzzy changed title from WIP: feat: implement mbox output format with progress tracking and temp file handling to feat: implement mbox output format with progress tracking and temp file handling 2026-06-13 20:55:58 +00:00
fuzzy merged commit dd74b6545b into main 2026-06-13 20:56:04 +00:00
fuzzy deleted branch feat/phase03 2026-06-13 20:56:04 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/gerald!87
No description provided.