lyrathorpe
  • Joined on 2025-12-27
lyrathorpe merged pull request lyrathorpe/legacy-email-proxy#13 2026-06-17 17:33:52 +01:00
Document unauthenticated listener exposure
lyrathorpe deleted branch ci/pip-cache-ordering from lyrathorpe/legacy-email-proxy 2026-06-17 17:33:40 +01:00
lyrathorpe pushed to main at lyrathorpe/legacy-email-proxy 2026-06-17 17:33:39 +01:00
4ab12f8ce6 Cache pip before install and fix cache key expansion (#12)
lyrathorpe merged pull request lyrathorpe/legacy-email-proxy#12 2026-06-17 17:33:38 +01:00
Cache pip before install and fix cache key expansion
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#8 2026-06-17 17:33:38 +01:00
Pip cache step runs after install and key is never expanded
lyrathorpe deleted branch chore/dockerfile-non-root from lyrathorpe/legacy-email-proxy 2026-06-17 17:33:25 +01:00
lyrathorpe pushed to main at lyrathorpe/legacy-email-proxy 2026-06-17 17:33:24 +01:00
7930235efd Run container as non-root user (#11)
lyrathorpe merged pull request lyrathorpe/legacy-email-proxy#11 2026-06-17 17:33:24 +01:00
Run container as non-root user
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#7 2026-06-17 17:33:24 +01:00
Run the container as a non-root user
lyrathorpe deleted branch fix/pop3-smtp-correctness from lyrathorpe/legacy-email-proxy 2026-06-17 17:33:13 +01:00
lyrathorpe pushed to main at lyrathorpe/legacy-email-proxy 2026-06-17 17:33:12 +01:00
bde999185a Fix POP3/SMTP correctness and IMAP robustness (#10)
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#3 2026-06-17 17:33:11 +01:00
POP3 RETR is missing dot-stuffing and CRLF termination
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#4 2026-06-17 17:33:11 +01:00
SMTP relay corrupts 8-bit message content
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#6 2026-06-17 17:33:11 +01:00
Implement POP3 TOP command
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#5 2026-06-17 17:33:11 +01:00
Backend IMAP calls block the event loop and have no timeout
lyrathorpe merged pull request lyrathorpe/legacy-email-proxy#10 2026-06-17 17:33:10 +01:00
Fix POP3/SMTP correctness and IMAP robustness
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#1 2026-06-17 17:33:10 +01:00
POP3 RETR drops the message body (returns empty message)
lyrathorpe closed issue lyrathorpe/legacy-email-proxy#2 2026-06-17 17:33:10 +01:00
POP3 DELE marks are wiped by STAT/LIST/UIDL
lyrathorpe created pull request lyrathorpe/legacy-email-proxy#13 2026-06-17 17:23:07 +01:00
Document unauthenticated listener exposure
lyrathorpe created pull request lyrathorpe/legacy-email-proxy#12 2026-06-17 17:23:01 +01:00
Cache pip before install and fix cache key expansion