Write HEADERS.DAT in QWK reply packets for full-length headers#7
Draft
andy5995 wants to merge 1 commit into
Draft
Write HEADERS.DAT in QWK reply packets for full-length headers#7andy5995 wants to merge 1 commit into
andy5995 wants to merge 1 commit into
Conversation
8a81ba3 to
7d32880
Compare
> Commit message drafted by Claude (Opus 4.8), an LLM made by > Anthropic, at the direction of @andy5995. @rswindell -- this writes HEADERS.DAT into .REP packets so a reply's To/From/Subject longer than 25 characters survives the round trip. Two points I need your input on before this is final: - I kept the existing QWKE From:/To:/Subject: body-prefix lines in addition to the HEADERS.DAT section (additive, lowest-risk). Should those body lines be suppressed when HEADERS.DAT is written, to avoid carrying the long headers twice? - Does Synchronet import the generated file as expected? Sections are keyed by the hex byte offset of each message header in the .MSG file (first reply at 0x80, after the 128-byte producer header), with Sender/To/Subject/Utf8 fields and CRLF line endings. * wmcbrine/MultiMail#22 * #2 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7d32880 to
72f993a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@rswindell -- this writes HEADERS.DAT into .REP packets so a reply's To/From/Subject longer than 25 characters survives the round trip. Two points I need your input on before this is final: