Skip to content

Fix IMAP Sent copy hanging after SMTP delivery - #113

Merged
ralyodio merged 1 commit into
profullstack:mainfrom
rissrice2105-agent:fix/imap-sent-append
Aug 12, 2026
Merged

Fix IMAP Sent copy hanging after SMTP delivery#113
ralyodio merged 1 commit into
profullstack:mainfrom
rissrice2105-agent:fix/imap-sent-append

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • write the RFC 822 payload to the IMAP APPEND literal before waiting for completion
  • close the literal so sends no longer hang after successful SMTP delivery
  • add an in-memory SMTP/IMAP regression test that verifies the subject and body in Sent

Tests

  • go test ./internal/mailbox -count=1 -timeout=2m
  • go test ./... -count=1 -timeout=5m (all relevant packages pass; the existing shell-helper and symlink tests are not supported by this Windows environment)

@ralyodio
ralyodio merged commit f83edd4 into profullstack:main Aug 12, 2026
6 checks passed
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.

2 participants