convertMboxEml {tm} | 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.
convertMboxEml(mbox, eml.dir)
mbox |
a character describing the mbox location. |
eml.dir |
a character describing the output directory. |
No explicit return value. As a side product the directory
eml.dir
contains the e-mails.
Ingo Feinerer