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.
13 Subscribers
Add a CodeTriage badge to mail
Help out
- Issues
- Enable UTF8=ACCEPT if the server supports ENABLE (and UTF=ACCEPT).
- CRLF to LF line ending conversion is applied depending on whether body is ASCII-only or not.
- Mail.find(keys: "ALL", order: :desc, count: 20, what: :first) doesn't return the most 20 recent messages.
- FWS handling in message ids
- Parse attachment filenames when missing RFC-required quotes, for certain content-types?
- read_only: true sets email to read
- Release a new version?
- Excessive memory usage with attachments
- Fix exception when multibyte UTF-8 chars are in multipart boundary.
- Uniform interface for getting email body?
- Docs