rpaframework icon indicating copy to clipboard operation
rpaframework copied to clipboard

RPA.Email.ImapSmtp Fix order of parameters for Move Messages keyword

Open mikahanninen opened this issue 2 years ago • 1 comments

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,

mikahanninen avatar Apr 06 '22 13:04 mikahanninen

@tonnitommi @cmin764 should we close this issue? Can't now remember any requests by the customers to implement this.

mikahanninen avatar May 02 '23 14:05 mikahanninen