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 iconv to convert the input to "UTF-8".

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]