1 रिपॉजिटरी
Hierarchical organization of email content allowing for nested parts like mixed or alternative media types.
Distinguishing note: Existing candidates focus on general tree algorithms or ML partitioning rather than the specific hierarchical structure of MIME emails.
Explore 1 awesome GitHub repository matching networking & communication · Multipart MIME Structures. Refine with filters or upvote what's useful.
This is a Ruby email library providing a comprehensive toolset for composing, parsing, and sending emails. It includes an SMTP client for delivering outgoing messages and a MIME parser for decomposing complex multipart email structures. The project features an IMAP and POP3 mail fetcher for synchronizing messages from remote servers, alongside a specialized framework for testing email logic through mock delivery methods and matchers. The library covers a broad range of email operations, including the generation of nested multipart messages, the management of attachments, and the translation
Uses a recursive tree structure to manage complex emails containing both HTML and plain-text versions.