parse_mbox: Parse mbox from Perceval

View source: R/mail.R

parse_mboxR Documentation

Parse mbox from Perceval

Description

Parses an mbox file, which consists of emails in a mailbox, using the Perceval library. Note .mbox files do not have a consistent number of fields (e.g. Reply Cc.). Due to that, the resulting table of parse mbox may have a different number of columns depending on the data used. This function only ensures if columns of interest are available, then they are consistently renamed for clarity.

Usage

parse_mbox(perceval_path, mbox_path)

Arguments

perceval_path

path to perceval binary

mbox_path

path to mbox archive file (ends in .mbox)

See Also

Other parsers: build_understand_project(), export_understand_dependencies(), parse_bugzilla_perceval_rest_issue_comments(), parse_bugzilla_perceval_traditional_issue_comments(), parse_bugzilla_rest_comments(), parse_bugzilla_rest_issues_comments(), parse_bugzilla_rest_issues(), parse_commit_message_id(), parse_dependencies(), parse_dv8_clusters(), parse_gitlog(), parse_jira_latest_date(), parse_jira_rss_xml(), parse_jira(), parse_nvdfeed(), parse_understand_dependencies()


sailuh/kaiaulu documentation built on Dec. 10, 2024, 3:14 a.m.