docs(readme): add IMAP packages to package list and status table#74
Merged
docs(readme): add IMAP packages to package list and status table#74
Conversation
…tus table The README's package list and status table were out of date after the IMAP packages landed (#60-#71). npm consumers land here first -- the three IMAP packages need to be visible where a potential user is actually looking. Adds: - @rafters/mail-imap -- transport-agnostic IMAP4rev1 protocol layer - @rafters/mail-imap-cloudflare -- Durable Object runtime with hibernation - @rafters/mail-imap-server -- Node TCP/TLS runtime Also adds a short IMAP section above Status that explains the bring-your-own-auth posture and lists the two runtimes side by side. Test count updated: 289 -> 609 across 37 files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
README's package list and status table were 6 packages but the repo ships 9. The three IMAP packages (
@rafters/mail-imap,@rafters/mail-imap-cloudflare,@rafters/mail-imap-server) landed in #60-#71 but never made it into the README. npm consumers read this page first -- the packages need to be visible where users actually look.Changes
Test plan