as.character.envelope {emayili} | R Documentation |
Create formatted message.
Description
Accepts a message object and formats it as a MIME document.
Usage
## S3 method for class 'envelope'
as.character(x, ..., details = TRUE, encode = FALSE)
Arguments
x |
A message object. |
... |
Further arguments passed to or from other methods. |
details |
Whether or not to display full message content. |
encode |
Whether to encode headers. |
Value
A formatted message object.
[Package emayili version 0.9.1 Index]