Closed Bug 330404 Opened 18 years ago Closed 18 years ago

PDF attachments attached as quoted printable are corrupted on save

Categories

(Thunderbird :: General, defect)

x86
Windows XP
defect
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mark, Assigned: mscott)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1
Build Identifier: Thunderbird 1.5 build 20051201 /  Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1

pdf attachments attached using quoted printable are corrupted on save:-

------=_NextPart_000_0092_01C641C4.B2CA84D0
Content-Type: application/pdf;
	name="March 2006.pdf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="March 2006.pdf"

whereas attachments encoded base64 are saved correctly:-

------=_NextPart_000_00BC_01C641F8.4BEF8100
Content-Type: application/pdf;
	name="notebooks.pdf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
	filename="notebooks.pdf"

Both attachment types can be saved correctly from other mail applications.

Reproducible: Always

Steps to Reproduce:
1. Send a PDF file as a "quoted-printable" attachment
2 [review]. "Save as" in thunderbird 3. 

Actual Results:  
File cannot be opened in Acrobat

Expected Results:  
File should have been saved correctly
The application which attached the email as "quoted-printable" was MS Office Outlook - the application which attached the file as base64 was MS Outlook Express
This bug is possibly related to 308121 / 317009

The results of a cmp -l are 

   4234   0  40
   4325   0  40
<snip> 6874 lines

As per the previous bug, the good and bad files are the same length.
Bug 317009 has been fixed, in 1.5.0.2 and the branch & trunk nightlies.
Mark, please check if your problem has been solved; if so, mark this bug as 
a dupe of that one.
Duplicate of 317009
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
fixed in 1.5.0.2
thank you for verifying this Mark. 
You need to log in before you can comment on or make changes to this bug.