Closed
Bug 34962
Opened 25 years ago
Closed 25 years ago
No attachment paperclip when having weird filename for attachment
Categories
(MailNews Core :: MIME, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: bugzilla, Assigned: rhp)
Details
Attachments
(2 files)
If you send a mail with a header:
Content-Type: appl/vnd; charset=iso-8859-1;
name="!#\244%&/()=.,-;:_*^gemal.vcfgemal.vcf"
then there is no attachment paperclip shown.
If you change the header to:
Content-Type: appl/vnd; charset=iso-8859-1;
name="gemal.vcfgemal.vcf"
then the attachment paperclip gets shown.
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Comment 3•25 years ago
|
||
There was a problem doing some I18N calls on the goofy filename. I don't fail
if this conversion does not work, but rather drop back to a more "failsafe"
conversion.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Verified on win32 and linux using the following builds:
win32 commerical seamonkey build 2000-071009-m17 installed on P500 win98
linux commercial seamonkey build 2000-071009-m17 installed on P200 RedHat 6.2
The paperclip icon appears under IMAP and POP.
Verified on macos only under IMAP using the commercial seamonkey build
2000-071021-m17 installed on G3/400 MacOS 9.04.
It fails on MAC under POP. I will log separate bug.
Verifying this bug as noted.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•