convert_mbox_eml {tm.plugin.mail} | R Documentation |
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.
convert_mbox_eml(mbox, dir)
mbox |
A character or connection describing the mbox location. |
dir |
A character describing the output directory. |
No explicit return value. As a side product the directory
dir
contains the e-mails in eml format.
Ingo Feinerer