Edit Sup Issue: issue24

Summary
Issue type Status
Sup version Ruby version
Assigned To Tags (list)
Description
Attachments
  Make a copy

Created on 2009-11-25.17:26:37 by gauteh, last changed by terotil.

Files
File name Uploaded Type Edit Remove
0005-RFC-2047-decode-attachment-file-names.patch terotil, 2009-11-26.13:10:40 application/octet-stream edit
Messages
msg87 (view) Author: gauteh Date: 2009-12-17.09:58:13
I seem to have problems when I attach something with unicode chars. The
following is supposed to be 'Godkjente Øvinger.xls' but shows up as
'Godkjente \303\270vingar.xls'

The same text in the subject line shows up like it should.

- gaute

Excerpts from Gaute Hope's message of fr. nov. 27 11:29:45 +0100 2009:
> Excerpts from Gaute Hope's message of to. nov. 26 16:44:18 +0100 2009:
> > Excerpts from Tero Tilus's message of to. nov. 26 14:10:40 +0100 2009:
> > > 
> > > Tero Tilus <[obfuscated]> added the comment:
> > > 
> > > Gaute Hope, 2009-11-25 19:26:
> > > > When I receive emails with attachments with inline encoding such as:
> > > > 
> > > > =?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=
> > > > 
> > > > sup should convert them to: framside_sm_stader_STORE_VYER.jpg
> > > 
> > > Patch attached.
> > 
> > Works for me.
> > 
> > running: stettberger/time_marks rebased on next
> > 
> 
> Im having the same problems with subjects with inline encoding - no
> problems with special chars without the encoding specified (probably
> using the UTF-8 patch for ncurses).
> 
> Might be a similar fix; example:
> =?UTF-8?Q?=C3=85s bla bla bla  p=C3=A5 something more
> 
> Should be:
> Ås bla bla bla på something more
> 
> - gaute
msg50 (view) Author: rlane Date: 2009-11-27.19:42:42
Excerpts from Tero Tilus's message of Thu Nov 26 08:10:31 -0500 2009:
> Gaute Hope, 2009-11-25 19:26:
> > When I receive emails with attachments with inline encoding such as:
> > 
> > =?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=
> > 
> > sup should convert them to: framside_små_stader_STORE_VYER.jpg
> 
> Patch attached.

Branch decode-attachment-filenames, merged to master.
msg49 (view) Author: gauteh Date: 2009-11-27.10:29:58
Excerpts from Gaute Hope's message of to. nov. 26 16:44:18 +0100 2009:
> Excerpts from Tero Tilus's message of to. nov. 26 14:10:40 +0100 2009:
> > 
> > Tero Tilus <[obfuscated]> added the comment:
> > 
> > Gaute Hope, 2009-11-25 19:26:
> > > When I receive emails with attachments with inline encoding such as:
> > > 
> > > =?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=
> > > 
> > > sup should convert them to: framside_sm_stader_STORE_VYER.jpg
> > 
> > Patch attached.
> 
> Works for me.
> 
> running: stettberger/time_marks rebased on next
> 

Im having the same problems with subjects with inline encoding - no
problems with special chars without the encoding specified (probably
using the UTF-8 patch for ncurses).

Might be a similar fix; example:
=?UTF-8?Q?=C3=85s bla bla bla  p=C3=A5 something more

Should be:
Ås bla bla bla på something more

- gaute
msg48 (view) Author: gauteh Date: 2009-11-26.15:44:35
Excerpts from Tero Tilus's message of to. nov. 26 14:10:40 +0100 2009:
> 
> Tero Tilus <[obfuscated]> added the comment:
> 
> Gaute Hope, 2009-11-25 19:26:
> > When I receive emails with attachments with inline encoding such as:
> > 
> > =?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=
> > 
> > sup should convert them to: framside_sm_stader_STORE_VYER.jpg
> 
> Patch attached.

Works for me.

running: stettberger/time_marks rebased on next

- gaute
msg47 (view) Author: terotil Date: 2009-11-26.13:10:40
Gaute Hope, 2009-11-25 19:26:
> When I receive emails with attachments with inline encoding such as:
> 
> =?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=
> 
> sup should convert them to: framside_små_stader_STORE_VYER.jpg

Patch attached.
msg45 (view) Author: gauteh Date: 2009-11-25.17:26:37
When I receive emails with attachments with inline encoding such as:

=?ISO-8859-1?Q?framside_sm=E5_stader_STORE_VYER.jpg?=

sup should convert them to: framside_små_stader_STORE_VYER.jpg

this has been happening on all different checkouts i've tried.

- gaute
History
Date User Action Args
2010-01-28 00:04:14terotilsetstatus: chatting -> resolved
assignedto: terotil
nosy: + terotil
2009-12-17 09:58:14gautehsetmessages: + msg87
2009-11-27 19:42:42rlanesetmessages: + msg50
2009-11-27 10:29:58gautehsetmessages: + msg49
2009-11-26 15:44:35gautehsetmessages: + msg48
2009-11-26 13:10:40terotilsetfiles: + 0005-RFC-2047-decode-attachment-file-names.patch
status: unread -> chatting
messages: + msg47
2009-11-25 17:26:37gautehcreate