Skip to content

Support CC/BCC importing in MsgLoader#182

Merged
lavr merged 1 commit intomasterfrom
fix/issue-181-cc-bcc-msgloader
Mar 30, 2026
Merged

Support CC/BCC importing in MsgLoader#182
lavr merged 1 commit intomasterfrom
fix/issue-181-cc-bcc-msgloader

Conversation

@lavr
Copy link
Copy Markdown
Owner

@lavr lavr commented Mar 30, 2026

Summary

  • Add cc and bcc handling to copy_header_to_message() in MsgLoader so these headers are no longer silently dropped when loading from rfc822
  • Add test for CC round-trip through as_string()from_rfc822()
  • Based on the loader changes from Support CC/BCC importing on rfc822 #72 (without the incorrect Bcc header addition)

Fixes #181

Add cc and bcc handling to copy_header_to_message() so these
headers are no longer silently dropped when loading from rfc822.

Based on the loader changes from #72.

Fixes #181
@lavr lavr merged commit 9897fdc into master Mar 30, 2026
4 checks passed
@lavr lavr deleted the fix/issue-181-cc-bcc-msgloader branch March 30, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support CC/BCC importing in MsgLoader

1 participant