On Mon, Nov 20, 2017 at 10:26:50AM +0000, Alan Gauld via Tutor wrote: > Actually, pasting code etc is safer since the server removes > attachments. And while it is supposed to preserve plain text > attachments it will throw them away if it sees *anything* > that it thinks looks like binary.
Let's do a test and see what happens! Attached is a .py file in UTF-8. If that passes through, I think we're good :-) > Also some readers are on > corporate accounts that strip all attachments regardless > of type Given the popularity of HTML email, corporate logos attached as images, and the ubiquity of emailing PDF and DOC/DOCX files in the business world, I would be stunned to come across any corporation that stripped all attachements. -- Steve
# Testing if __name__ == '__main__': print("Hello World! αβγ √ © ℝ")
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor