lyrathorpe
  • Joined on 2025-12-27
lyrathorpe created pull request lyrathorpe/legacy-email-proxy#11 2026-06-17 17:22:57 +01:00
Run container as non-root user
lyrathorpe created pull request lyrathorpe/legacy-email-proxy#10 2026-06-17 17:22:53 +01:00
Fix POP3/SMTP correctness and IMAP robustness
lyrathorpe created branch docs/security-note in lyrathorpe/legacy-email-proxy 2026-06-17 17:22:33 +01:00
lyrathorpe pushed to docs/security-note at lyrathorpe/legacy-email-proxy 2026-06-17 17:22:33 +01:00
c580f494ea docs: add Security section documenting unauthenticated listeners
lyrathorpe created branch ci/pip-cache-ordering in lyrathorpe/legacy-email-proxy 2026-06-17 17:22:32 +01:00
lyrathorpe pushed to fix/pop3-smtp-correctness at lyrathorpe/legacy-email-proxy 2026-06-17 17:22:32 +01:00
df19c60b17 fix: relay raw SMTP bytes without decoding
a29889b731 fix: correct POP3 RETR/TOP, static maildrop, and IMAP fetching
Compare 2 commits »
lyrathorpe pushed to ci/pip-cache-ordering at lyrathorpe/legacy-email-proxy 2026-06-17 17:22:32 +01:00
a1def7881c ci: cache pip before install and fix cache key OS expansion
lyrathorpe pushed to chore/dockerfile-non-root at lyrathorpe/legacy-email-proxy 2026-06-17 17:22:30 +01:00
5231b277d0 chore: run container as non-root user
lyrathorpe created branch chore/dockerfile-non-root in lyrathorpe/legacy-email-proxy 2026-06-17 17:22:29 +01:00
lyrathorpe created branch fix/pop3-smtp-correctness in lyrathorpe/legacy-email-proxy 2026-06-17 17:22:28 +01:00
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#9 2026-06-17 17:12:40 +01:00
Document that the front-end POP3/SMTP is unauthenticated and must be network-restricted
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#8 2026-06-17 17:12:37 +01:00
Pip cache step runs after install and key is never expanded
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#7 2026-06-17 17:12:34 +01:00
Run the container as a non-root user
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#6 2026-06-17 17:12:32 +01:00
Implement POP3 TOP command
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#5 2026-06-17 17:12:30 +01:00
Backend IMAP calls block the event loop and have no timeout
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#4 2026-06-17 17:12:10 +01:00
SMTP relay corrupts 8-bit message content
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#3 2026-06-17 17:12:07 +01:00
POP3 RETR is missing dot-stuffing and CRLF termination
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#2 2026-06-17 17:12:04 +01:00
POP3 DELE marks are wiped by STAT/LIST/UIDL
lyrathorpe opened issue lyrathorpe/legacy-email-proxy#1 2026-06-17 17:12:01 +01:00
POP3 RETR drops the message body (returns empty message)
lyrathorpe pushed to main at lyrathorpe/legacy-email-proxy 2026-06-17 16:41:33 +01:00
e05f08995e chore: separate runtime and dev dependencies, add pytest config and CI cache
91d70cf10c test: finalize CI test coverage and fix dependency import path
Compare 2 commits »