Write a MIME Email Body to a file
| Function | Description | Links | 
|---|---|---|
| b64_flush() | Save the bytes to the file | |
| b64_putc() | Base64-encode one character | |
| encode_8bit() | Write the data as raw 8-bit data | |
| encode_base64() | Base64-encode some data | |
| encode_quoted() | Encode text as quoted printable | |
| mutt_write_mime_body() | Write a MIME part | |
| write_as_text_part() | Should the Body be written as a text MIME part |