Add mailcap post.
[blog.git] / posts / mailcap.mdwn
diff --git a/posts/mailcap.mdwn b/posts/mailcap.mdwn
new file mode 100644 (file)
index 0000000..23e4f54
--- /dev/null
@@ -0,0 +1,13 @@
+Mailcap files, defined in [RFC 1524][rfc1524], allow you to tell you
+mail clients, web browsers, and other programs how you want to view
+and edit various MIME types.  Since interaction with your mailcap
+files often occurs deep within the bowels of your program, I've
+written up a very simple [[Python]] script to test your mailcap
+entries: [[mailcap-test.py]].  Enjoy!
+
+[rfc1524]: http://tools.ietf.org/html/rfc1524
+
+[[!tag tags/code]]
+[[!tag tags/linux]]
+[[!tag tags/programming]]
+[[!tag tags/python]]