Project

General

Profile

Actions

Bug #18667

closed

Incorrect multiline headers in boundary parts (t3lib_htmlmail)

Added by Ralf Hettinger about 16 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-04-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

There are some ";" multiline header separators missing in the attachement boundary header parts in emails created by class t3lib_htmlmail with attachements.

Normally, this shouldn't be a serious issue but might prevent certain webmailers to recognize file types of attached files in emails sent by TYPO3 properly since they might not detect the filename (and ending) of the attachment at all.

Additionally, it would be nice if a pdf-attachement would be declared as Content-Type: application/pdf (currently application/octet-stream) for a more "reliable" reception (meaning to go more sure that pdf attachments aren't filtered for some security reason based on boundary header analysis).

... see attached patch, which adds some ";" and declares PDFs as application/pdf

(issue imported from #M8199)


Files

8199.patch (1.88 KB) 8199.patch Administrator Admin, 2008-04-22 15:07

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #18701: Problems with PHP mail function on WindowsClosedDmitry Dulepov2008-04-25

Actions
Actions #1

Updated by Ralf Hettinger about 16 years ago

whoops?
I didn't intend to tag this with "docheader"... if someone could gently remove that tag, please?

Actions #2

Updated by Ralf Hettinger almost 16 years ago

Seems to be fixed (";" are there) with the fix of #18701. Can be closed I think.

Actions #3

Updated by Oliver Hader almost 16 years ago

This was fixed in #18701

Actions #4

Updated by Benni Mack almost 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF