Is there any practical difference between "7bit" and "quoted-printable" as Content-Transfer-Encoding in email? From all I could gather the encoding schemes are virtually identical.
views:
196answers:
1
+1
A:
For example, in 7bit, you can have a space at the end of a line, but in quoted-printable, you have to write it as =20 (which would be interpreted literally by 7bit).
Dave
2009-06-09 05:10:46