as.character.envelope: Create formatted message.

View source: R/envelope.R

as.character.envelopeR 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.


emayili documentation built on Aug. 30, 2023, 5:12 p.m.