diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 20:25:02 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-18 20:25:02 +0000 |
| commit | 061589cd88d0480dc7cb0b9eb19a3910293ceb56 (patch) | |
| tree | 549d33eb3dac9dd7068745015663ef36ad63aaa5 /src/lib/cli_interactor.rs | |
| parent | fcff4541e1f36b6575596c353637b25aeae9bdcf (diff) | |
fix: improve mbox patch parser resilience for optional tag fallback
- Use mailparse crate to handle RFC 2047 encoded-words (Q/B encoding)
and RFC 2822 header folding in Subject and From headers
- Fix email signature separator check: use exact match 'line == "-- "'
instead of starts_with to avoid false positives on body lines
- Remove dead/incorrect asctime parsing in committer date extraction;
simplify to always return None (falls back to author_timestamp)
Diffstat (limited to 'src/lib/cli_interactor.rs')
0 files changed, 0 insertions, 0 deletions