rfc2045
=======
RFC2045 is the "main" MIME document, and as such, one would imagine
that there would be a lot to implement. But there isn't, since most of
the implementation details are delegated to the subsequent RFCs.
So `rfc2045.el' has only a single function:
- Function: rfc2045-encode-string parameter value
Takes a PARAMETER and a VALUE and returns a `PARAM=VALUE' string.
VALUE will be quoted if there are non-safe characters in it.