March 2, 2009
10:47 p.m.
Here is some nice recursion that kills my pharo image.... (updated to 10246) Here are three MIMEDocument methods: mimeType ^self type type "Deprecated. Use contentType instead." ^ self contentType contentType ^self mimeType asString