Closed
Bug 574142
Opened 16 years ago
Closed 14 years ago
Not visualization of an attachment deliver from a pine client, the attachmen can be seen in other clients like webmail.
Categories
(Thunderbird :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rak, Unassigned)
Details
(Whiteboard: [closeme 2012-02-23])
User-Agent: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1) Gecko/20090624 Firefox/3.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; es-ES; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b1 Thunderbird/3.0
when sending an email from a pine mail client with attachments including accents in the file name, you cant see the attach from the thunderbird client, I had confirm this in Windows and Linux client.
When checking the source code of the mail the and compeering it with a mail send from thunderbird the header corresponding to the attach differ greatly.
This doesnt happends when the attach file doesnt have an accent on its name.
Reproducible: Always
Steps to Reproduce:
1. Send a mail from pine with an attach with an accent in the file name.
2. Check the mail destination with thunderbird
3. The mail doesnt has a visible attach, thoguh the source code has the attach in it.
Actual Results:
This is the source code of the attach send from pine:
---1463811840-2043379151-1276815078=:31871
Content-Type: APPLICATION/pdf; name*="X-UNKNOWN''CI_Acta14-04_AnexoA_CSE_MejorasAulasInform%E1tica2010_vfinal.pdf"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.LNX.4.60.1006171951180.31871@xxx.fcien.edu.uy>
Content-Description:
Content-Disposition: attachment; filename*="X-UNKNOWN''CI_Acta14-04_AnexoA_CSE_MejorasAulasInform%E1tica2010_vfinal.pdf"
"code giverish!!! not necesary"
This is a accent less attach header from pine recive correctly:
---1463811840-1862888264-1277310799=:22443
Content-Type: APPLICATION/pdf; name="4.Acta_Comision-de-Informatica_sesion09-06-10.pdf"
Content-Transfer-Encoding: BASE64
Content-ID: <Pine.LNX.4.60.1006231333190.22443@xxx.fcien.edu.uy>
Content-Description:
Content-Disposition: attachment; filename="4.Acta_Comision-de-Informatica_sesion09-06-10.pdf"
This is the same file, with accent on the file name, sent from a thunderbird
client:
--------------000303050304000004000904
Content-Type: application/pdf;
name="CI Acta14-04 AnexoA CSE =?ISO-8859-1?Q?MejorasAulasInform=E1tica2010_vf?=
=?ISO-8859-1?Q?inal=2Epdf?="
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename*0*=ISO-8859-1''%43%49%20%41%63%74%61%31%34%2D%30%34%20%41%6E%65;
filename*1*=%78%6F%41%20%43%53%45%20%4D%65%6A%6F%72%61%73%41%75%6C%61%73;
filename*2*=%49%6E%66%6F%72%6D%E1%74%69%63%61%32%30%31%30%20%76%66%69%6E;
filename*3*=%61%6C%2E%70%64%66
Comment 1•16 years ago
|
||
Can you add as an attachment a simple test emails saved as an .eml file by Thunderbird. We're missing some headers here to diagnose the issue.
Comment 2•14 years ago
|
||
Reporter do you still see this problem when using recent version of
Thunderbird?
Whiteboard: [closeme 2012-02-23]
Comment 3•14 years ago
|
||
RESOLVED INCOMPLETE due to lack of response to the previous comment. If you feel this change was made in error, please respond to this bug with your reasons why.
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•