Learn R Programming

tm (version 0.1-1)

convertMboxEml: 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

convertMboxEml(mbox, eml.dir)

Arguments

mbox
a character describing the mbox location.
eml.dir
a character describing the output directory.

Value

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