Krzysztof Rutecki

Results 12 comments of Krzysztof Rutecki

Hi I had the same problem. After hours of investigation, the root cause was `'Content-Transfer-Encoding'` changed by the mail server from `'8bit'` to `'7bit'`. Because it is a part of...

In my case, PHPMailer is used by backend to email notifications like password reset, confirmation etc. Message body is in HTML, parsed on-fly by mustache, I need UTF-8 (as user...

> (..) PHPMailer does this downgrade automatically, and it does not surprise me if other systems do too. Are you sure? In my case HTML input body to openssl_pkcs7_sign() is...

Well, I have spent more time investigating... You are right, there is an automatic encoding downgrade. The issue is somewhere else, inside `getMailMIME()` function - [here ](https://github.com/PHPMailer/PHPMailer/blob/b3650f9f72637ff0d8cc6779343eebb31083fce3/src/PHPMailer.php#L2501 )which will append...

Sure, we have this at Encedo. A few years ago we replaced the STM32 chip with SAM's from Microchip (USB high-speed integrated into 7x7mm VFBGA package). hex2dfu is a legacy...

Hi Angelos, I'm the CEO of Encedo Limited, the company that generously offered to co-sign the binaries using our EV (Extended Validation) code-signing certificate. Can you share a public link...

@bailey27 yes, I have posted MD5 of the wrong file, my bad. And you are right, it has to be a false positive. Virus total is ok with this file,...

I have no clue what do you mean by "does not compile as is ". Download external ED25529 libs and link. I have not compiled this code recently (>2years) but...

Now it makes sense to me. The issue with conditional compilation is true - lack the second #ifdef clause (L261)- my mistake. I have missed this issue as I.... always...

Hi I will review all the proposals and merge with them. Stay tuned. Chris