Files
ntfy/server
Guillaume Taquet Gasperini 5b8520b4e0 Add quoted-printable decoding to smtp server
Some e-mails are sent using quoted-printable encoding [0], resulting in
notifications with weird characters.

This commit adds support for this encoding, resulting in the following:

**Before**
```
A
=3D=3D=3D=3D=3D
B
=3D=3D=3D=3D=3D
C
```

**After**
```
A
=====
B
=====
C
```

[0] https://www.rfc-editor.org/rfc/rfc2045.html
2023-05-08 10:54:34 +02:00
..
2022-06-22 20:23:15 -04:00
2022-10-01 15:50:48 -04:00
2021-12-22 14:17:50 +01:00
2023-05-01 11:58:49 -04:00
2023-04-21 21:07:07 -04:00
2023-03-02 20:25:13 -05:00
2021-12-25 00:13:09 +01:00
2023-04-20 22:04:11 -04:00
2023-01-02 20:08:37 -05:00
2023-02-15 10:55:01 -05:00
2023-04-21 11:09:13 -04:00
2023-03-04 09:32:29 -05:00
2023-03-16 22:19:20 -04:00
2023-05-01 11:58:49 -04:00
2023-02-25 20:23:22 -05:00
2023-05-01 11:58:49 -04:00
2023-05-01 11:58:49 -04:00
2023-05-01 11:58:49 -04:00
WIP
2021-12-27 16:39:28 +01:00
2023-03-02 20:25:13 -05:00
2023-05-02 14:16:59 -04:00
2023-05-02 14:16:59 -04:00
2023-04-20 22:04:11 -04:00
2023-04-21 21:07:07 -04:00
2023-03-03 13:56:48 -05:00