convert_mbox_eml: Convert E-Mails From mbox Format To eml Format

View source: R/mail.R

convert_mbox_emlR Documentation

Convert E-Mails From mbox Format To eml Format

Description

Convert e-mails from mbox (i.e., several mails in a single box) format to eml (i.e., every mail in a single file) format.

Usage

convert_mbox_eml(mbox, dir, format = "mbox", delim = NULL)

Arguments

mbox

a character string or connection describing the mbox location.

dir

a character string describing the output directory.

format

see MBoxSource.

delim

see MBoxSource.

Value

No explicit return value. As a side product the directory dir contains the e-mails in eml format.

Author(s)

Ingo Feinerer and Kurt Hornik

See Also

https://www.loc.gov/preservation/digital/formats/fdd/fdd000388.shtml.


tm.plugin.mail documentation built on Sept. 12, 2024, 3 p.m.