Open Bug 419625 Opened 16 years ago Updated 2 years ago

Record Size of deleted/detached MIME attachment

Categories

(Thunderbird :: Mail Window Front End, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: tarkan.taralp, Unassigned)

References

(Blocks 1 open bug)

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; tr; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12
Build Identifier: Thunderbird 2.0.0.9 (20071031)

Enhancement suggestion for "Delete Attachment" feature.
Reference Bugzilla no 2920.

Is it possible to record the size of the deleted MIME attachment in the MIME header so that it displays in the attachment window? Example below:

> ------_=_NextPart_001_01C85B9F.F68AC7CC
> Content-Type: text/x-moz-deleted; name="Deleted: P1010773small.JPG"
> Content-Transfer-Encoding: 8bit
> Content-Disposition: inline; filename="Deleted:P1010773small.JPG [2694Kb]"
> X-Mozilla-Altered: AttachmentDeleted; date="Mon Feb 25 11:31:24 2008"
>
> The original MIME headers for this attachment are:
> Content-Type: image/jpeg;
>     name="P1010773small.JPG"
> Content-Transfer-Encoding: base64
> Content-Description: P1010773small.JPG
> Content-Disposition: attachment;
>     filename="P1010773small.JPG"
>
>
> ------_=_NextPart_001_01C85B9F.F68AC7CC--



Reproducible: Always

Steps to Reproduce:
N/A
Actual Results:  
N/A

Expected Results:  
N/A
Component: General → Mail Window Front End
Version: unspecified → 2.0
QA Contact: general → front-end
Status: UNCONFIRMED → NEW
Ever confirmed: true
Hardware: PC → All
Summary: Size of deleted MIME attachment → Record Size of deleted/detached MIME attachment
Bug 559559 does this for the detached (not deleted) case, by way of looking at the external file's size.

Seems like this also leads to the wrong attachment size printed in the attachment list for detached attachments.

Please ignore the previous comment. As per comment #1, the size of detached attachments is correctly shown, but not printed --> Bug 1741093.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.