[Pgp-tools-commit] r257 - trunk/caff

Peter Palfrader weasel at costa.debian.org
Wed Nov 23 14:44:30 UTC 2005


Author: weasel
Date: 2005-11-23 14:44:29 +0000 (Wed, 23 Nov 2005)
New Revision: 257

Modified:
   trunk/caff/caff
Log:
Always set encoding to 7bit for multipart/encrypted messages

Modified: trunk/caff/caff
===================================================================
--- trunk/caff/caff	2005-11-20 00:47:06 UTC (rev 256)
+++ trunk/caff/caff	2005-11-23 14:44:29 UTC (rev 257)
@@ -746,7 +746,8 @@
 		$message = $stdout;
 
 		$message_entity = MIME::Entity->build(
-			Type        => 'multipart/encrypted; protocol="application/pgp-encrypted"');
+			Type        => 'multipart/encrypted; protocol="application/pgp-encrypted"',
+			Encoding    => '7bit');
 
 		$message_entity->attach(
 			Type        => "application/pgp-encrypted",




More information about the Pgp-tools-commit mailing list