Execution engine for all the complementary commands
execute_complementary_operations(self, url, handle, customrequest, retries)
The R6 connection object.
A string containing the url from the IMAP_conn$imapconf
object.
A curl handle object with the custom request already defined.
A string containing the custom request to the server that will be added to the curl handle.
Number of attempts to connect and execute the command. Default
is 1
.
@noRd