Is there a (preferably command-line) MIME decoder available for Windows (like ripMIME for *nix)?
Someone sent me a MIME encoded message (this one with multiple MIME parts) that Google mail nor Outlook can decode.
PS: I don't mean a base64 decoder like MimeDeEnCode by Werner Rumpeltesz (unlike the name it only decodes single base64 files, not single or multi-part MIME messages having MIME headers)
There are plenty other commandline base64 encoders I could use for that (and split the MIME file by hand into multiple base64 files first).
A good command-line base64 decoder is base64 by John Walker.