make_mbox_mailing_list: Takes in mbox replies and creates a .mbox file

View source: R/mail.R

make_mbox_mailing_listR Documentation

Takes in mbox replies and creates a .mbox file

Description

Takes a list of mbox replies generated with create_fake_mbox_replies function and compiles them all into a single fake .mbox file

Usage

make_mbox_mailing_list(replies, folder_path = "/tmp", file_name)

Arguments

replies

An array of replies that have been created with make_mbox_reply

folder_path

Folder path for the .mbox file being created. Defaulted at /tmp

file_name

Name of the file that will store the .mbox file

Value

the path of the .mbox file that was created


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