Issue #1670765: Prevent email.generator.Generator from re-wrapping
[python.git] / Lib / email / test / data / msg_45.txt
blob58fde956e71367f91ad79ef201df81e7d96ea862
1 From: <foo@bar.baz>
2 To: <baz@bar.foo>
3 Subject: test
4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it is some
5         really long
6         line
7 MIME-Version: 1.0
8 Content-Type: multipart/signed; boundary="borderline";
9         protocol="application/pgp-signature"; micalg=pgp-sha1
11 This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
12 --borderline
13 Content-Type: text/plain
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
15         really long
16         line
18 This is the signed contents.
20 --borderline
21 Content-Type: application/pgp-signature; name="signature.asc"
22 Content-Description: OpenPGP digital signature
23 Content-Disposition: attachment; filename="signature.asc"
25 -----BEGIN PGP SIGNATURE-----
26 Version: GnuPG v2.0.6 (GNU/Linux)
28 iD8DBQFG03voRhp6o4m9dFsRApSZAKCCAN3IkJlVRg6NvAiMHlvvIuMGPQCeLZtj
29 FGwfnRHFBFO/S4/DKysm0lI=
30 =t7+s
31 -----END PGP SIGNATURE-----
33 --borderline--