MBoxSource {tm.plugin.mail} | R Documentation |
Mailbox Source
Description
Create a mailbox source.
Usage
MBoxSource(mbox, encoding = "")
Arguments
mbox |
A character string giving the path or URL to a mailbox stored in “mbox” format. |
encoding |
A character string describing the current encoding.
Passed to |
Details
A mailbox source interprets each e-mail stored in the mailbox as a document.
Value
An object inheriting from MBoxSource
,
SimpleSource
,
and Source
.
See Also
Encoding
and iconv
on encodings.
[Package tm.plugin.mail version 0.2-2 Index]