Skip to content

Commit

Permalink
Hotfix: Apple Mail Bug as reported in EC-Nordbund#60
Browse files Browse the repository at this point in the history
  • Loading branch information
nhopf committed Apr 30, 2023
1 parent 60a46cd commit fff2adc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/basic/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@ export class SMTPClient {

if (attachment.encoding === "base64") {
await this.#connection.writeCmd(
"Content-Transfer-Encoding: base64",
"\r\n",
"Content-Transfer-Encoding: base64\r\n",
);

for (
Expand Down

0 comments on commit fff2adc

Please sign in to comment.