You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
tikank
added a commit
to tikank/mailnagger
that referenced
this issue
Nov 6, 2024
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 text was updated successfully, but these errors were encountered: