Long attachment file name being truncated
Posted: Sun Nov 04, 2007 9:43 am
I am trying to send a pdf file as an attachment with a long file name "ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf". When using V2 of Swift the file is sent OK with the file name intact. When using V3 the name is split into 2 parts, the first 59 chars. long and the remainder (see extract from headers below). The remainder is displayed in the email client. Is there anyway to retain the full file
name?
V3
Content-Type: application/pdf;
name*0="ETicket7424-Lets Get Started in Digital Photography (Intens";
name*1="ive 4 Morning) Level 1.pdf"
Content-Transfer-Encoding: base64
Content-Description: ETicket7424-Lets Get Started in Digital Photography
(Intensive 4 Morning) Level 1.pdf
Content-Disposition: attachment;
filename*0="ETicket7424-Lets Get Started in Digital Photography (In";
filename*1="tensive 4 Morning) Level 1.pdf"
V2
Content-Type: application/octet-stream; name="ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf";
Content-Transfer-Encoding: base64
Content-Description: ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf
Content-Disposition: attachment; filename="ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf"
name?
V3
Content-Type: application/pdf;
name*0="ETicket7424-Lets Get Started in Digital Photography (Intens";
name*1="ive 4 Morning) Level 1.pdf"
Content-Transfer-Encoding: base64
Content-Description: ETicket7424-Lets Get Started in Digital Photography
(Intensive 4 Morning) Level 1.pdf
Content-Disposition: attachment;
filename*0="ETicket7424-Lets Get Started in Digital Photography (In";
filename*1="tensive 4 Morning) Level 1.pdf"
V2
Content-Type: application/octet-stream; name="ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf";
Content-Transfer-Encoding: base64
Content-Description: ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf
Content-Disposition: attachment; filename="ETicket7428-Lets Get Started in Digital Photography (Intensive Weekend) Level 1.pdf"