Learn R Programming

mRpostman (version 0.9.0.0)

execute_complementary_operations: Execution engine for all the complementary commands

Description

Execution engine for all the complementary commands

Usage

execute_complementary_operations(self, url, handle, customrequest, retries)

Arguments

self

The R6 connection object.

url

A string containing the url from the IMAP_conn$imapconf object.

handle

A curl handle object with the custom request already defined.

customrequest

A string containing the custom request to the server that will be added to the curl handle.

retries

Number of attempts to connect and execute the command. Default is 1. @noRd