mail
mail copied to clipboard
A Really Ruby Mail Library
Gmail
We're using v2.7.1 of the mail gem with ruby 2.4.4 Some of our users are typoing their names - not their email addresses - in ways that are causing syntax...
Hi, I see that parsing RFC6532 Internationalized Email Headers is supported but is it possible to send mail to recipients with non ASCII characters in local part via SMTPUTF8 aka...
not a good idea, nil check should be enough
On 2-7-stable an email with an empty `Keywords:` header will lead to the following error being raised: ``` > Mail::PhraseList.new("") Mail::Field::IncompleteParseError: Mail::PhraseList can not parse ||: Only able to parse...
- fix a copy/paste error in Mail#last - **prior to conversation:** fix #decode example in README. Here I am not 100% sure but calling #decode on a mail-object gives me...
Fixes https://github.com/mikel/mail/issues/1329 First attempt at a fix: https://github.com/mikel/mail/pull/1332 In this second attempt, I tried to scope down the issue to where the issue appears most probable: inline images. We do...
Here’s an anonymized version of an email we came across (a Jira notification): Raw email ``` Delivered-To: [email protected] Received: by 2002:a05:6000:108d:0:0:0:0 with SMTP id y13csp13744073wrw; Wed, 13 Mar 2019 14:50:05...
This will result in better rating by some spam checkers. e.g.: [MV_CASE](https://github.com/vstakhov/rspamd/blob/0e654a69f908ae3abe19663dc192f1dbc45d8ed0/rules/headers_checks.lua#L561) rule in Rspamd