New submission from Gregor Hoffleit <gregor@hoffleit.de>: I noticed sup has trouble handling attachments sent by Roundcube webmail. Somehow, those mails use an alternative encoding of filenames, specified in RFC2184: Content-Transfer-Encoding: base64 Content-Type: image/jpeg; name*="UTF-8''20090912-i004232-gr000.jpg"; Content-Disposition: attachment; filename*="UTF-8''20090912-i004232-gr000.jpg"; Sup fails to detect these filenames. When trying to save these attachements, the filenames generated by sup have a trailing semicolon. The attached patch is a quick and dirty fix for these specific problems. There's probably a better way to implement this. ---------- files: rfc2184.diff messages: 150 nosy: flight priority: bug ruby_version: 1.8.5 status: unread sup_version: 0.10.2 title: Attachment filenames: RFC2184 and extension guessing _________________________________________ Sup issue tracker <sup-bugs@masanjin.net> <http://masanjin.net/sup-bugs/issue63> _________________________________________
Attachment:
rfc2184.diff
Description: Binary data
_______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel