Closed
Bug 216075
Opened 22 years ago
Closed 17 years ago
Remove unused uuencode code from mailnews compose
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1a2
People
(Reporter: Bienvenu, Assigned: Bienvenu)
Details
Attachments
(2 files, 1 obsolete file)
21.90 KB,
patch
|
Bienvenu
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
1.49 KB,
patch
|
neil
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
We still have backend code for doing uuencode - I think it crashes if we ever
execute it, but I don't think there's a way to get to it either through the ui
or a hidden pref, so we should just rip it out. We should leave in the code to
do uudecode, however.
Updated•21 years ago
|
Product: MailNews → Core
Assignee | ||
Comment 1•17 years ago
|
||
this code hasn't been used for a long time. The one potential issue is editing drafts that had uuencoded attachments, but I think that's OK.
Attachment #330335 -
Flags: superreview?(neil)
Attachment #330335 -
Flags: review?(bugzilla)
Updated•17 years ago
|
Attachment #330335 -
Flags: review?(bugzilla) → review+
Comment 2•17 years ago
|
||
Comment on attachment 330335 [details] [diff] [review]
get rid of uuencode code
>- else if (!PL_strcasecmp(newAttachment->encoding, ENCODING_UUENCODE) ||
>- !PL_strcasecmp(newAttachment->encoding, ENCODING_UUENCODE2) ||
>- !PL_strcasecmp(newAttachment->encoding, ENCODING_UUENCODE3) ||
>- !PL_strcasecmp(newAttachment->encoding, ENCODING_UUENCODE4))
>- fn = &MimeUUDecoderInit;
What's the reasoning behind this change?
Assignee | ||
Comment 3•17 years ago
|
||
the thinking was that we don't care about drafts with uuencoded parts, since we haven't created uuencoded parts for many years, but I suppose a user could take a message generated by an other client that does have uuencoded parts, and put it in their draft folder, and then try to edit it - I'll make sure we build if I take out that change...
Assignee | ||
Comment 4•17 years ago
|
||
Attachment #330335 -
Attachment is obsolete: true
Attachment #330998 -
Flags: superreview?(neil)
Attachment #330998 -
Flags: review+
Attachment #330335 -
Flags: superreview?(neil)
Comment 5•17 years ago
|
||
Comment on attachment 330998 [details] [diff] [review]
remove the uudecode code from mimedrft
Was the omission of nsMsgComposeSecure.cpp an oversight?
Assignee | ||
Comment 6•17 years ago
|
||
I forgot to include that directory in the diff - I changed it locally. I'll add that patch now...
Assignee | ||
Comment 7•17 years ago
|
||
Attachment #331012 -
Flags: superreview?(neil)
Attachment #331012 -
Flags: review?(neil)
Comment 8•17 years ago
|
||
Comment on attachment 330998 [details] [diff] [review]
remove the uudecode code from mimedrft
You could have just said "yes" then I could have said "sr=me with the smime changes from the first patch" ;-)
Attachment #330998 -
Flags: superreview?(neil) → superreview+
Updated•17 years ago
|
Attachment #331012 -
Flags: superreview?(neil)
Attachment #331012 -
Flags: superreview+
Attachment #331012 -
Flags: review?(neil)
Attachment #331012 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•17 years ago
|
Product: Core → MailNews Core
Updated•17 years ago
|
OS: Windows 2000 → All
QA Contact: esther → composition
Hardware: PC → All
Target Milestone: --- → mozilla1.9.1a2
You need to log in
before you can comment on or make changes to this bug.
Description
•