queueKnownFiles: Queue any files of known type from a folder.

View source: R/queueKnownFiles.R

queueKnownFilesR Documentation

Queue any files of known type from a folder.

Description

The email must already have been unpacked into the specified directory. Files from these known types are enqueued:

Usage

queueKnownFiles(dir = character(0), files = character(0))

Arguments

dir

character vector of directories; default character(0)

files

character vector of full paths to files; default character(0)

Details

  • .DTA files from a lotek receiver

  • .txt.gz compressed files from an SG

  • .txt uncompressed files from an SG

  • .zip compressed archive holding any of the above types

  • .7z ...

  • .rar ...

Any remaining files are relegated to manual intervention.

Value

an integer vector with two elements: the number of attachments handled and the total number of message parts.

Author(s)

John Brzustowski jbrzusto@REMOVE_THIS_PART_fastmail.fm

See Also


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.