Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 23:08:06 +0200
From:      Grzegorz Blach <magik@roorback.net>
To:        <FreeBSD-gnats-submit@FreeBSD.org>, <freebsd-bugs@FreeBSD.org>
Subject:   Re: misc/149633: Problem with replaying to PR
Message-ID:  <ed19441c5c0a403952b4e1f4af831130@roorback.net>
In-Reply-To: <201008132100.o7DL0Fdn006797@freefall.freebsd.org>
References:  <201008132100.o7DL0Fdn006797@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

I think main problem is that Evolution and Claws-mail sent attachment in
RFC 2231 style,
and Roundcube sent its in compatible with RFC 2231 and 2047, but
unfortunately 
new version of roundcube seems code headers wrongly:

Headers from Roundcube 0.4 beta:
 Content-Transfer-Encoding: base64
 Content-Type: text/plain;
  name=firefox-sync.diff.txt;
  charset=UTF-8
 Content-Disposition: attachment;
  filename=firefox-sync.diff.txt


Older version of Rouncube (taken from PR/140877)
 Content-Transfer-Encoding: base64
 Content-Type: text/plain; charset=UTF-8;
  name=weave.diff.txt;
 Content-Disposition: attachment;
  filename=weave.diff.txt;







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ed19441c5c0a403952b4e1f4af831130>