-
I'm trying to send emails from a sender name with characters not being in the 7-bit ASCII range.
ses.sendEmail({
...
Source: fromName + ' ',
...
}, ...
This works w…
-
Fix RFC reference for charset.
dslik updated
5 years ago
-
## Problem description
Periodically when streaming music, the player will cease playback (usually toward the end of a song, before starting the next one). I then see an "ERR_CONTENT_LENGTH_MISMA…
-
When a multibyte utf-8 character is included in the Metadata object, the sdk currently generates an invalid signature causing upload to fail _if_ the `Body` is a string. However if a buffer is used, t…
-
### system info
Haraka 2.8.23
### Expected behavior
Correct Folding of multiline headers
### Observed behavior
mailheader.js line 25:
>for (const line of lines) {
> if (/^[ \t]/.test(l…
-
I'm specifying "From" header at `Message` object but it's not enough, - `aiosmtplib.errors.SMTPNotSupported: An address containing non-ASCII characters was provided, but SMTPUTF8 is not supported by t…
decaz updated
5 years ago
-
## The dependency [graphql](https://github.com/graphql/graphql-js) was updated from `14.2.1` to `14.3.0`.
🚨 [View failing branch](https://github.com/ksvan/node-red-contrib-tibber/compare/master...ks…
-
## The devDependency [graphql](https://github.com/graphql/graphql-js) was updated from `14.2.0` to `14.2.1`.
🚨 [View failing branch](https://github.com/nyteshade/ne-schemata/compare/master...nytesha…
-
## The dependency [graphql](https://github.com/graphql/graphql-js) was updated from `14.2.0` to `14.2.1`.
🚨 [View failing branch](https://github.com/nyteshade/graphql-lattice/compare/master...nytesh…
-
Inbucket needs to read message headers during delivery, but doesn't need to parse the entire message until somebody tried to view it.
Go's built in header parsing doesn't handle encoded headers. I…