Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 2010 21:20:04 GMT
From:      Grzegorz Blach <magik@roorback.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/149633: Problem with replaying to PR
Message-ID:  <201008132120.o7DLK45h026494@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/149633; it has been noted by GNATS.

From: Grzegorz Blach <magik@roorback.net>
To: <FreeBSD-gnats-submit@FreeBSD.org>, <freebsd-bugs@FreeBSD.org>
Cc:  
Subject: Re: misc/149633: Problem with replaying to PR
Date: Fri, 13 Aug 2010 23:08:06 +0200

 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?201008132120.o7DLK45h026494>