mime-parameters {emayili} | R Documentation |
Parameters for MIME functions
Description
These are parameters which occur commonly across functions for components of a MIME document.
Arguments
content |
A string of message content. |
disposition |
Should the content be displayed inline or as an
attachment? Valid options are |
charset |
What character set is used. Most often either |
encoding |
How content is transformed to ASCII. Options are
|
language |
Language of content. If |
description |
Description of content. |
name |
Name used when downloading file. |
filename |
Path to a file. |
boundary |
Boundary string. |
type |
The MIME type of the content. |
children |
List of child MIME objects. |
interpolate |
Whether or not to interpolate into input using glue. |
.open |
The opening delimiter. |
.close |
The closing delimiter. |
.envir |
Environment used for |