Learn R Programming

emayili (version 0.4.4)

mime: Create a MIME (Multipurpose Internet Mail Extensions) object.

Description

Create a MIME (Multipurpose Internet Mail Extensions) object.

Usage

mime(content_type, content_disposition, charset, encoding, cid = NA, ...)

Arguments

content_type

The MIME type of the content.

content_disposition

Should the content be displayed inline or as an attachment?

charset

How to interpret the characters in the content. Most often either UTF-8 or ISO-8859-1.

encoding

How to encode binary data to ASCII.

cid

An optional Content-Id.

...

Other arguments.

Value

A MIME object.