https://github.com/mikel/mail
Ruby
A Really Ruby Mail Library
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
14 Subscribers
Add a CodeTriage badge to mail
Help out
- Issues
- Emit CRLF line endings for 8bit non-ascii text bodies
- Add maintainer info to SECURITY.md
- Regression in 2.9.0: non-ASCII (8bit) text bodies emit bare LF instead of CRLF (to_crlf removed from Body#initialize)
- tls_hostname option is not passed to Net::SMTP
- Capture delivery_method.delivery! response as Mail#response
- Set 2.9 version
- Fix some typos
- Add benchmark as a development dependency
- Mail::Parser::AddressListsParser removes intentional escaping from address display names
- Body#decoded preserves ActiveSupport::SafeBuffer with 8bit encoding (regression in 2.9.0)
- Docs