Hello!
I have problem with long file attachments if there is some special characters.
This problem is only affected roundcube clients and there is no fix right now.
So i need some temporary workaround to fix this issue.
Header part:
I need remove from header all line if there is: name*0 or name*1
With webUI Mail Filter looks like there is no option to remove.
I have problem with long file attachments if there is some special characters.
This problem is only affected roundcube clients and there is no fix right now.
So i need some temporary workaround to fix this issue.
Header part:
Code:
Content-Type: text/plain;
name*0="=?UTF-8?B?Tm9ybWFsLUZpbGVfbmFtZS3EgcSTxLfEjcWrxJI=?=
=?UTF-8"; name*1="?B?xaDEt8WGX0xvbmdlcl9maWxlbmFtZS50eHQ=?="
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename*=UTF-8''Normal-File_name-%C4%81%C4%93%C4%B7%C4%8D%C5%AB%C4%92%C5%A0%C4%B7%C5%86_Longer_filename.txt
I need remove from header all line if there is: name*0 or name*1
With webUI Mail Filter looks like there is no option to remove.