6.0.0-beta1
11/8/25

[#5985] Signed mail pkcs7
Summary Signed mail pkcs7
Queue IMP
Queue Version 4.1.4
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester gregory (at) nvision (dot) lu
Created 12/13/2007 (6540 days ago)
Due
Updated 12/13/2007 (6540 days ago)
Assigned
Resolved 12/13/2007 (6540 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/13/2007 06:19:03 PM Jan Schneider Comment #2
State ⇒ Not A Bug
Reply to this comment
This is not even a file from Horde.
12/13/2007 08:58:08 AM gregory (at) nvision (dot) lu Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Signed mail pkcs7
Queue ⇒ IMP
Reply to this comment
A customers receive S/mime mail but the body is not show inline



We made a modification in /usr/share/psa-horde/pear/Mail/mimeDecode.php



  line 388 in the _splitBodyHeader function



before : if (preg_match("/^(.*?)\r?\n\r?\n(.*)/s", $input, $match)) {



after if (preg_match("/^(.*?)\r?\n\r?\n?(.*)/s", $input, $match)) {



With this modification the mail is well shown in the webmail



I check the mail and it seem to be good : two blank line beetwen head and body



I hope this code modification would not cause problem in other mail.


Saved Queries