2 repository-uri
Tools for converting email objects into streams or buffers for testing and debugging workflows.
Distinct from JSON Serializers: Distinct from JSON Serializers: focuses on email-specific MIME and stream serialization rather than generic JSON data mapping.
Explore 2 awesome GitHub repositories matching data & databases · Message Serializers. Refine with filters or upvote what's useful.
Nodemailer is a comprehensive library for Node.js applications designed to handle the composition, signing, and transmission of email messages. It provides a robust framework for constructing MIME-compliant content, managing complex attachments, and routing messages through various delivery channels, including standard SMTP servers, local mail transfer agents, and cloud-based email services. The library distinguishes itself through a modular, plugin-based transport architecture that allows for custom delivery mechanisms and environment-specific configurations. It includes advanced features fo
Generates email content as streams or buffers for testing and custom processing without triggering immediate delivery.
MailKit is a cross-platform .NET email protocol library used to implement IMAP, POP3, and SMTP functionality. It provides specialized client libraries for managing remote mailboxes, retrieving and downloading messages, and composing and transmitting emails to remote servers. The library supports secure identity verification through SASL authentication and OAuth 2.0 token-based flows. It includes capabilities for routing traffic through proxy gateways and decrypting PGP-encrypted content embedded within email bodies. The project covers a broad range of email operations, including folder manag
Serializes email message objects into streams or files using configurable line-ending formats.