rpaframework
rpaframework copied to clipboard
RPA.Email.ImapSmtp Fix order of parameters for Move Messages keyword
Current parameters:
criterion: Union[str, dict] = None,
target_folder: str = None,
source_folder: str = None,
More logical would be (like it is in the similar keyword in Exchange library):
criterion: Union[str, dict] = None,
source_folder: str = None,
target_folder: str = None,
@tonnitommi @cmin764 should we close this issue? Can't now remember any requests by the customers to implement this.