The following reply was made to PR misc/149633; it has been noted by GNATS.

From: Grzegorz Blach <[email protected]>
To: <[email protected]>, <[email protected]>
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;
 
 
 
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to