# MIME Namespace containing the following modules: - [`MIME::Base64`](MIME/Base64) — Encode and decode base64 strings — the standard MIME flavour plus the URL-safe variant and cheap length helpers. - [`MIME::QuotedPrint`](MIME/QuotedPrint) — Quoted-printable encoding and decoding as specified by RFC 2045. ```{toctree} :hidden: :maxdepth: 1 MIME/Base64 MIME/QuotedPrint ```