ExtractorEml: Class to handle eml files

Description Usage Arguments Format Details Inherit Methods Private fields See Also

Description

It is a class that inherits from the Instance class and implements the functions of extracting the text and the date of an eml-type file.

Usage

1

Arguments

path

(character) Path of the eml-type file.

Format

An object of class R6ClassGenerator of length 24.

Details

The way to indicate which part to choose in the email is through an .ini file which contains the following structure (being xxxx, text / plain or text / html):

[eml]

PartSelectedOnMPAlternative = xxxx

To be able to use this class it is necessary to have python installed.

Inherit

This class inherits from Instance and implements the obtainSource and obtainDate abstracts functions.

Methods

Private fields

See Also

Instance


miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.