The original coded subject line (kleinanzeigen.de) is:
Subject: Neue Treffer zu deiner Suche =?UTF-8?B?4oCeRm90bw==?= - asahi in Ganz =?UTF-8?B?RGV1dHNjaGxhbmTigJw=?=
The uncoded subject line should therefore look like this:
Subject: Neue Treffer zu deiner Suche „Foto - asahi in Ganz Deutschland“
But Mailnag makes this:
Subject: Neue Treffer zu deiner Suche
The subject line is generated correctly by Mailnag. However, in file mails.py at line 175,176 the array is overwritten and the last part is missing in the subject line.
Commenting out line 175,176 solves the problem. But maybe just only for me...
The original coded subject line (kleinanzeigen.de) is: Subject: Neue Treffer zu deiner Suche =?UTF-8?B?4oCeRm90bw==?= - asahi in Ganz =?UTF-8?B?RGV1dHNjaGxhbmTigJw=?=
The uncoded subject line should therefore look like this: Subject: Neue Treffer zu deiner Suche „Foto - asahi in Ganz Deutschland“
But Mailnag makes this: Subject: Neue Treffer zu deiner Suche
The subject line is generated correctly by Mailnag. However, in file mails.py at line 175,176 the array is overwritten and the last part is missing in the subject line.
Commenting out line 175,176 solves the problem. But maybe just only for me...