Page MenuHomePhorge

ThunderKey (Nicolas)
User

Projects

User is not a member of any projects.

User Details

User Since
Jun 17 2016, 8:46 AM (511 w, 4 d)

Recent Activity

Jul 29 2016

ThunderKey added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

Since we had to remove the e-mail to get the sync to work again I had to recreate it.

Jul 29 2016, 7:22 AM · Syncroton, Bug Reports

Jun 17 2016

ThunderKey added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

The specified line with the clean() call is the same. The only difference in the files is that the messageClass gets a suffix for encrypted messages:

322,323c322,333
<         // @TODO: add messageClass suffix for encrypted messages
<         $result['messageClass'] = 'IPM.Note';
---
>         if ($headers->ctype == 'multipart/signed'
>             && count($message->attachments) == 1 && $message->attachments[0]->mimetype == 'application/pkcs7-signature'
>         ) {
>             $result['messageClass'] = 'IPM.Note.SMIME.MultipartSigned';
>         }
>         else if ($headers->ctype == 'application/pkcs7-mime' || $headers->ctype == 'application/x-pkcs7-mime') {
>             $result['messageClass'] = 'IPM.Note.SMIME';
>         }
>         else {
>             $result['messageClass'] = 'IPM.Note';
>         }
>
Jun 17 2016, 12:02 PM · Syncroton, Bug Reports
ThunderKey added a comment to T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.

Thank you for your fast response.

Jun 17 2016, 10:07 AM · Syncroton, Bug Reports
ThunderKey created T1311: Invalid MIME encoding in the title of an attachement leads to a crash of the syncroton.
Jun 17 2016, 9:13 AM · Syncroton, Bug Reports