mail icon indicating copy to clipboard operation
mail copied to clipboard

A Really Ruby Mail Library

Results 188 mail issues
Sort by recently updated
recently updated
newest added

This is happening to me on mail 2.7.0 and 2.6.x. Downgrading to 2.5.5 resolves the problem. I'd be happy to assist with finding the cause for this but I'd need...

**Problem:** There is a problem when parsing the message header, sender and recipient. **Description:** I send messages using the library from Microsoft SmtpClient. The library has a feature where the...

Not sure if this is a generally desired feature, but it seems natural to me that this should be possible since it shares Hash behaviors: ```Ruby attachments = { 'test.pdf'...

**Please also backport to 2.8.x stable branch** ## Summary Version 2.8.0.rc1 has a regression where `charset=UTF-8` is omitted from the `Content-Type` header in multi-part (text + html) mails. Due to...

When there's a LF format, and non-ascii characters the parsing doesn't work.

I'm sorry if this has already been reported; I searched GH issues and didn't find it. Version: 2.7.1 Repro: ``` m = Mail::Message.new m.add_part(Mail::Part.new) m2 = Mail::Message.from_yaml(m.to_yaml) m2.encoded ``` That...

Passing enable_tls/starttls/starttls_auto: false now explicitly disables these options. They used to be all false by default, so they could only be turned ON. So we ignored turning them OFF! We...

Please consider backporting d9d8dcc6bae1774a033ad488cea6217db3a3ebf3 to the 2.7 branch. Currently, using the latest stable release (Mail 2.7.1) with Ruby 3.1 makes it necessary for end users to add `net-smtp` to their...

Mail 2.8.0.rc1 removes the class `Mail::CheckDeliveryParams`. This is a public interface change which means that according to [Semver](https://semver.org/) either: - Do a major version bump (3.0.0); or - Re-add the...

Hello, This issue concerns Redmine 4.2.3, who is using this mail gem to handle incoming mails. We have an issue when using `forward mail as attachment` from Outlook and sending...