Search found 6 matches

by weevsolutions
28 Jan 2021, 17:57
Forum: Bug Report version 2.8
Topic: Wrong charset regex in mime_decode.php
Replies: 7
Views: 432

Re: Wrong charset regex in mime_decode.php

changing the regex it works ok
by weevsolutions
28 Jan 2021, 13:28
Forum: Bug Report version 2.8
Topic: Wrong charset regex in mime_decode.php
Replies: 7
Views: 432

Re: Wrong charset regex in mime_decode.php

this one is better..

/charset=[\"\']*([^\;\n\"\']*)/i
by weevsolutions
28 Jan 2021, 12:52
Forum: Bug Report version 2.8
Topic: Wrong charset regex in mime_decode.php
Replies: 7
Views: 432

Re: Wrong charset regex in mime_decode.php

Hi, if you want to check this behaviour I can send an email to a your integrated account.
Regards
by weevsolutions
28 Jan 2021, 03:36
Forum: Bug Report version 2.8
Topic: Wrong charset regex in mime_decode.php
Replies: 7
Views: 432

Re: Wrong charset regex in mime_decode.php

The bug is still present in 2.8.1. Bug scenario: If the charset is not the last parameter of Content-Type and if special characters are present in mail body the message is truncated. Example of Content-Type: Content-Type: text/plain; charset=iso-8859-15; format=flowed Solution: Replace the line 297 ...
by weevsolutions
22 Jan 2021, 15:21
Forum: Bug Report version 2.8
Topic: Wrong charset regex in mime_decode.php
Replies: 7
Views: 432

Wrong charset regex in mime_decode.php

Hi, the regex /charset=["\']?([^"\']*)/i' at line 297 matches 'iso-8859-15; format=flowed' instead of 'iso-8859-15' I've replaced the regex with: "/charset=[\"|\']*([^\;|^\n|^\"|^\']*)[\"|\'|\;]*/i" and seems to work. The bug causes body text truncation using speci...
by weevsolutions
16 Jan 2021, 06:22
Forum: Translations
Topic: Italian Translations for 2.8
Replies: 2
Views: 431

Italian Translations for 2.8

Hello, here the italian translations.
italian_2.8.zip
(54.98 KiB) Downloaded 106 times
Regards