This didn't fix the issue. It's not a matter of adjusting timeout values.
However, I believe I've resolved the matter, more or less. You see, I think
the problem is with Gmail...
My Teapot application is using
ZdcSecureSMTPClient>>sendUsingGmailAccount:password:to:message:. For
whatever reason, G
Given a binary stream, you wrap it to decode it:
(ZnCharacterReadStream on: binaryStream encoding: #iso88592) upToEnd.
There is also #readStreamEncoded:do: directly on FileReference.
> On 1 Sep 2019, at 06:04, Sean P. DeNigris wrote:
>
> How would I do the following with the new streams (was