Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
402
stars
21
forks
source link
Long Japanese subject fails to decode on some mailers #96
Open
riku22 opened 3 years ago
Hello.
When I send an email with a long subject such as "あいうえおかきくけこさしすせそたちつてと", some mailers fail to decode. The Subject header is as follows.
It seems that it can be decoded normally by enclosing each line as shown below.
Is it possible to fix this?
Best regards.